mirror of
https://github.com/Thor77/TeamspeakStats.git
synced 2025-04-03 04:05:13 -04:00
use None as default for ident_map in tsstats.log.parse_logs
This commit is contained in:
parent
2f0755c1fc
commit
61421c588a
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ re_disconnect_invoker = re.compile(
|
|||
logger = logging.getLogger('tsstats')
|
||||
|
||||
|
||||
def parse_logs(log_path, ident_map={}):
|
||||
def parse_logs(log_path, ident_map=None):
|
||||
clients = Clients(ident_map)
|
||||
|
||||
# find all log-files and open them TODO: move this into main
|
||||
|
|
Loading…
Add table
Reference in a new issue