fix
This commit is contained in:
+1
-1
@@ -49,7 +49,7 @@ class htmlUtils:
|
||||
|
||||
@classmethod
|
||||
def getHTML(cls, curl,type=None):
|
||||
retries = Retry(total=3,
|
||||
retries = Retry(total=1,
|
||||
backoff_factor=0.1,
|
||||
status_forcelist=[ 500, 502, 503, 504 ])
|
||||
s = requests.Session()
|
||||
|
||||
Reference in New Issue
Block a user