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
{{ message }}
This repository has been archived by the owner on Mar 12, 2021. It is now read-only.
based on [https://github.com/SusmithKrishnan/torghost/blob/master/torghost.py] last updated on May 04.
I got error on running the built version line 216: choice = raw_input(
I searched online and say "raw_input()" is for python2 but not python3. For python3 it should use "input()". I tried to modify line 216 to: choice = input(
and run build.sh, it works (but has another problem, I submit another issue for it)
The text was updated successfully, but these errors were encountered:
based on [https://github.com/SusmithKrishnan/torghost/blob/master/torghost.py] last updated on May 04.
I got error on running the built version line 216:
choice = raw_input(
I searched online and say "raw_input()" is for python2 but not python3. For python3 it should use "input()". I tried to modify line 216 to:
choice = input(
and run build.sh, it works (but has another problem, I submit another issue for it)
The text was updated successfully, but these errors were encountered: