mirror of
https://github.com/Thor77/TeamspeakStats.git
synced 2025-04-03 20:24:33 -04:00
Fix onlinetime_threshold not used
This commit is contained in:
parent
42fb5f30b5
commit
cb449558e0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue