fix: syntax error

This commit is contained in:
y1ndan 2021-01-04 19:37:49 +08:00
parent 2ec09677e8
commit 2194fbfe5d

View File

@ -278,7 +278,7 @@ def notify(sckey, status, message):
if __name__ == '__main__':
secret = input().strip().split('#')
secret = input().strip().split('#')
secret.append('')
cookie = secret[0]
sckey = secret[1]