Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

missing parentheses in lines 1194, 1195, 1196 #217

Open
user151rayray opened this issue Apr 25, 2024 · 1 comment
Open

missing parentheses in lines 1194, 1195, 1196 #217

user151rayray opened this issue Apr 25, 2024 · 1 comment

Comments

@user151rayray
Copy link

print "-------------------------"

@fu7rerr
Copy link

fu7rerr commented Jun 30, 2024

because some lines are based on python2 print function. When you use the tool using python3 it wont work. To solve this try to use the tool using python2 or edit the fsociety.py file and edit some lines that have print function written in python2.
for example: print "-------------------------" ------------>>>>> print ("-------------------------")
python2 -----> print ""
python3 -----> print ("")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants