From 7765ab92e0d2a171cadc30b48f6c0560b1e908c2 Mon Sep 17 00:00:00 2001 From: kovacsbalu Date: Wed, 15 May 2019 10:00:51 +0200 Subject: [PATCH] Hopp, single quote :) --- bin/Crawler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/Crawler.py b/bin/Crawler.py index 31f2d594..e5864059 100755 --- a/bin/Crawler.py +++ b/bin/Crawler.py @@ -304,7 +304,7 @@ if __name__ == '__main__': #mode = sys.argv[1] splash_port = sys.argv[1] - rotation_mode = deque(["onion", "regular"]) + rotation_mode = deque(['onion', 'regular']) default_proto_map = {'http': 80, 'https': 443} ######################################################## add ftp ???