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