Fix #577
This commit is contained in:
parent
ec2ef922bc
commit
8ab04652c1
@ -427,7 +427,7 @@ class SessionManager(object):
|
||||
lines.append(f'Address: {arg}')
|
||||
return hashX
|
||||
|
||||
for arg in args:
|
||||
for arg in items:
|
||||
hashX = arg_to_hashX(arg)
|
||||
if not hashX:
|
||||
continue
|
||||
|
||||
Loading…
Reference in New Issue
Block a user