Commit 45e74915 by Marcin Bury
parents 63598d85 599f089b
...@@ -338,6 +338,9 @@ def http_request(method, url, **kwargs): ...@@ -338,6 +338,9 @@ def http_request(method, url, **kwargs):
except requests.RequestException as error: except requests.RequestException as error:
print_error(error) print_error(error)
return return
except KeyboardInterrupt:
print_info()
print_status("Module has been stopped")
def boolify(value): def boolify(value):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment