Skip to content

Commit 99bbe35

Browse files
C-PC-P
authored andcommitted
indention fix.
1 parent dd20581 commit 99bbe35

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

httpscreenshot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ def signal_handler(signal, frame):
457457
manager = multiprocessing.Manager()
458458
hostsDict = manager.dict()
459459
workers = []
460-
hash_basket = {}
460+
hash_basket = {}
461461

462462
for i in range(args.workers):
463463
p = multiprocessing.Process(target=worker, args=(urlQueue, args.timeout, args.verbose, args.headless, args.autodetect, args.vhosts, subs, hostsDict, args.trygui, args.smartfetch))

0 commit comments

Comments
 (0)