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
python EToKi/EToKi.py -h
Doesn't handle Help when no module is given
Traceback (most recent call last):
File "EToKi/EToKi.py", line 55, in <module>
etoki()
File "EToKi/EToKi.py", line 31, in etoki
exec('from modules.{0} import {0}'.format(sys.argv[1]))
File "<string>", line 1
from modules.-h import -h
The text was updated successfully, but these errors were encountered:
python EToKi/EToKi.py -h
Doesn't handle Help when no module is given
The text was updated successfully, but these errors were encountered: