|
@@ -143,6 +143,7 @@ def run_once(domain, target_domain, brands, query):
|
|
|
|
|
|
def execute(domain, target_domain, brands, query_list):
|
|
|
print("Ctrl+C or Ctrl+Z to stop.")
|
|
|
+ statuscode = 0
|
|
|
st = timeit.default_timer()
|
|
|
try:
|
|
|
statuscode = run_once(domain, target_domain, brands, random.choice(query_list))
|