Skip to content

Commit 44504fc

Browse files
authored
Update autosploit.py
1 parent d73904c commit 44504fc

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

autosploit.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,8 @@ def main():
411411

412412
path = os.path.abspath("api.p")
413413
print "[" + t.green("+") + "]\nYour API key has been saved to " + path
414-
414+
415+
main()
415416
else:
416417
try:
417418
SHODAN_API_KEY = pickle.load(open( "api.p", "rb" ))
@@ -422,4 +423,4 @@ def main():
422423
path = os.path.abspath("api.p")
423424
print "\n[" + t.green("+") + "]Your API key was loaded from " + path
424425

425-
main()
426+
main()

0 commit comments

Comments
 (0)