Skip to content

Commit 0458fc7

Browse files
authored
Update autosploit.py
1 parent 86d4f68 commit 0458fc7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

autosploit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ def exploit(query=None, single=None):
116116

117117
# Progress bar
118118
sys.stdout.write("[%s]" % (" " * toolbar_width))
119-
sys.stdout.flush()
119+
sys.stdout.flush()
120120
sys.stdout.write("\b" * (toolbar_width + 1))
121121

122122
with open(modules_path, "rb") as infile:

0 commit comments

Comments
 (0)