This commit is contained in:
Neil Booth 2018-08-16 11:59:21 +09:00
parent ec2ef922bc
commit 8ab04652c1

View File

@ -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