mirror of
https://github.com/LionSec/katoolin.git
synced 2026-04-26 09:25:48 +03:00
[GH-ISSUE #362] Print Statement Syntax Error #289
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/katoolin-LionSec#289
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @CHEGEBB on GitHub (Dec 26, 2023).
Original GitHub issue: https://github.com/LionSec/katoolin/issues/362
Description: The script contains a syntax error in the print statement.
Error Message: SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)
Solution: Update the print statement in katoolin.py from print "Sorry. This script requires sudo privileges" to print("Sorry. This script requires sudo privileges").
@sukuna969 commented on GitHub (Jan 4, 2024):
solution
run katoolin by command :
python2 katoolin.py
@CHEGEBB commented on GitHub (Jan 4, 2024):
Nice this was helpful
@DrTemperance commented on GitHub (Jul 16, 2024):
no.