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 Apr 17, 2021. It is now read-only.
Traceback (most recent call last):
File "autosqli.py", line 7, in <module>
from autosqli import save
File "/root/AutoSQLi/autosqli/save.py", line 3, in <module>
from autosqli import stages
File "/root/AutoSQLi/autosqli/stages.py", line 4, in <module>
from autosqli import save
ImportError: cannot import name save
The text was updated successfully, but these errors were encountered:
I had this issue too, but then I noticed I was using python 2 for everything and the install had went ahead and used my normal pip installation (not pip3), so I went ahead and executed the following:
The text was updated successfully, but these errors were encountered: