mirror of
https://github.com/Thor77/TeamspeakStats.git
synced 2025-11-02 23:02:45 -05:00
* use collections.MutableMapping as base * use one dict to store all types of Clients * don't use implicit += but explicit .setdefault in tsstats.log for client-adding * give all clients to sort_clients in tsstats.template * remove now unneccessary clients-assignment in tsstats.utils.sort_clients |
||
|---|---|---|
| .. | ||
| tests | ||
| __init__.py | ||
| __main__.py | ||
| client.py | ||
| config.py | ||
| exceptions.py | ||
| log.py | ||
| template.html | ||
| template.py | ||
| utils.py | ||