Adapt to new return type of tsstats.log.parse_logs
This commit is contained in:
parent
fdbde18856
commit
f0dc95a583
|
@ -86,7 +86,7 @@ def main(configuration):
|
||||||
log, ident_map=identmap,
|
log, ident_map=identmap,
|
||||||
online_dc=configuration.getboolean('General', 'onlinedc')
|
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:
|
if sid and len(sid_clients) > 1:
|
||||||
ext = '.{}'.format(sid)
|
ext = '.{}'.format(sid)
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in New Issue