You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ("")
fsociety/fsociety.py
Line 1194 in b76ac01
The text was updated successfully, but these errors were encountered: