This repository has been archived by the owner on Apr 17, 2021. It is now read-only.
This repository has been archived by the owner on Apr 17, 2021. It is now read-only.
ImportError: cannot import name save #21
Open
Description
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
Activity