mirror of
https://github.com/Thor77/TeamspeakStats.git
synced 2025-04-03 12:14:40 -04:00
Don't accept infinite arguments
leftover from old parse_logs-func
This commit is contained in:
parent
147c41ffce
commit
c79dd08bc0
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ def _parse_line(line):
|
|||
return parsed_events
|
||||
|
||||
|
||||
def parse_logs(log_glob, ident_map=None, online_dc=True, *args, **kwargs):
|
||||
def parse_logs(log_glob, ident_map=None, online_dc=True):
|
||||
'''
|
||||
parse logs from `log_glob`
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue