Update 3.9.2

This commit is contained in:
yoshiko2
2020-10-24 20:41:28 +08:00
parent f589f28f7e
commit ccde72f654
2 changed files with 14 additions and 3 deletions

View File

@@ -66,6 +66,9 @@ def get_html(url, cookies: dict = None, ua: str = None, return_type: str = None)
print("[-]Connect retry {}/{}".format(i + 1, retry_count))
except requests.exceptions.ConnectionError:
print("[-]Connect retry {}/{}".format(i + 1, retry_count))
except Exception as e:
print("[-]Connect retry {}/{}".format(i + 1, retry_count))
print("[-]" + str(e))
print('[-]Connect Failed! Please check your Proxy or Network!')