Skip to content

Commit c3a9832

Browse files
committed
Fixed spacing
1 parent 277f82e commit c3a9832

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/core/virtual_host_scanner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ def scan(self):
116116
self.results.append(hostname + ',' + page_hash)
117117

118118
#rate limit the connection, if the int is 0 it is ignored
119-
time.sleep(self.rate_limit)
119+
time.sleep(self.rate_limit)
120120

121121
self.completed_scan=True
122122

0 commit comments

Comments
 (0)