1
0
Fork 0
mirror of https://github.com/Thor77/TeamspeakStats.git synced 2025-05-02 18:25:43 -04:00

Fix onlinetime_threshold not used

This commit is contained in:
Thor77 2016-11-23 21:23:20 +01:00
parent 42fb5f30b5
commit cb449558e0

View file

@ -68,7 +68,7 @@ def render_servers(servers, output, title='TeamspeakStats',
'''
# preparse servers
prepared_servers = [
Server(sid, prepare_clients(clients))
Server(sid, prepare_clients(clients, onlinetime_threshold))
for sid, clients in servers
]
# render