Adapt to new return type of tsstats.log.parse_logs

This commit is contained in:
Thor77 2016-11-19 22:27:44 +01:00
parent fdbde18856
commit f0dc95a583
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ def main(configuration):
log, ident_map=identmap,
online_dc=configuration.getboolean('General', 'onlinedc')
)
for sid, clients in sid_clients.items():
for sid, clients in sid_clients:
if sid and len(sid_clients) > 1:
ext = '.{}'.format(sid)
else: