Skip to content

Commit

Permalink
Update xingdumper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
l4rm4nd committed Sep 14, 2023
1 parent 9461993 commit e610a9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xingdumper.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
except Exception as e:
print()
print("[!] Exception. Either API has changed and this script is broken or authentication failed.")
print(" > Set 'LOGIN_COOKIE' variable or use the '--cookie' CLI flag!")
print(" > Set 'LOGIN_COOKIE' variable permanently in script or use the '--cookie' CLI flag!")
print("[debug] " + str(e))
else:
print()
Expand Down

0 comments on commit e610a9c

Please sign in to comment.