mirror of
https://github.com/sherlock-project/sherlock
synced 2024-11-21 19:33:02 +00:00
Fix cli mod exec import
This commit is contained in:
parent
e58057820f
commit
3b713ed008
1 changed files with 1 additions and 1 deletions
|
@ -18,5 +18,5 @@ if __name__ == "__main__":
|
|||
print(f"Sherlock requires Python 3.6+\nYou are using Python {python_version}, which is not supported by Sherlock.")
|
||||
sys.exit(1)
|
||||
|
||||
import sherlock
|
||||
from sherlock import sherlock
|
||||
sherlock.main()
|
||||
|
|
Loading…
Reference in a new issue