mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-23 14:37:17 +00:00
Hopp, single quote :)
This commit is contained in:
parent
6092f482e6
commit
7765ab92e0
1 changed files with 1 additions and 1 deletions
|
@ -304,7 +304,7 @@ if __name__ == '__main__':
|
||||||
#mode = sys.argv[1]
|
#mode = sys.argv[1]
|
||||||
splash_port = 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}
|
default_proto_map = {'http': 80, 'https': 443}
|
||||||
######################################################## add ftp ???
|
######################################################## add ftp ???
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue