mirror of
https://github.com/Thor77/TeamspeakStats.git
synced 2025-04-03 12:14:40 -04:00
Indent return of parsed_events correctly
This commit is contained in:
parent
96d6e9f050
commit
3d6c41538b
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ def _parse_line(line):
|
|||
parsed_events.append(
|
||||
events.kick(logdatetime, invokeruid, clid)
|
||||
)
|
||||
return parsed_events
|
||||
return parsed_events
|
||||
|
||||
|
||||
def parse_logs(log_glob, ident_map=None, online_dc=True, *args, **kwargs):
|
||||
|
|
Loading…
Add table
Reference in a new issue