mirror of
https://github.com/Ekultek/Zeus-Scanner.git
synced 2026-03-11 08:55:51 +00:00
minor update to the output of Tor timesec
This commit is contained in:
parent
82f0c1f1ec
commit
27701e6660
1 changed files with 0 additions and 3 deletions
|
|
@ -330,9 +330,6 @@ def get_page(url, **kwargs):
|
|||
proxies = {}
|
||||
|
||||
if proxy is not None and "127.0.0.1" in proxy:
|
||||
lib.core.settings.logger.warning(lib.core.settings.set_color(
|
||||
"timeout has been set to 40s due to Tor being used"
|
||||
))
|
||||
req = requests.get(url, params=headers, proxies=proxies, verify=False, timeout=40)
|
||||
else:
|
||||
req = requests.get(url, params=headers, proxies=proxies, verify=False, timeout=20)
|
||||
|
|
|
|||
Loading…
Reference in a new issue