chinoogawa / fbht

Facebook Hacking Tool
Other
1.24k stars 424 forks source link

Full of Errors #50

Open anshu00dps opened 1 year ago

anshu00dps commented 1 year ago

Check this error out

$ python main.py Traceback (most recent call last): File "C:\Users\Ashwani Kumar\fbht\main.py", line 3, in from handlers import * File "C:\Users\Ashwani Kumar\fbht\handlers.py", line 19 print '\r Checkpoint - Error \r', ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print('\r Checkpoint - Error \r', end=" ")?