Skip to content

Commit e610a9c

Browse files
authored
Update xingdumper.py
1 parent 9461993 commit e610a9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xingdumper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@
151151
except Exception as e:
152152
print()
153153
print("[!] Exception. Either API has changed and this script is broken or authentication failed.")
154-
print(" > Set 'LOGIN_COOKIE' variable or use the '--cookie' CLI flag!")
154+
print(" > Set 'LOGIN_COOKIE' variable permanently in script or use the '--cookie' CLI flag!")
155155
print("[debug] " + str(e))
156156
else:
157157
print()

0 commit comments

Comments
 (0)