Increase tries for finding new versions.
This commit is contained in:
+1
-1
@@ -56,7 +56,7 @@ for fv in allvers:
|
||||
try:
|
||||
fc.reset_session()
|
||||
fc.fv = fv
|
||||
check_xml = fc.do_check(https=False, max_tries=3)
|
||||
check_xml = fc.do_check(https=False, max_tries=20)
|
||||
curef, fv, tv, fw_id, fileid, fn, fsize, fhash = fc.parse_check(check_xml)
|
||||
txt_tv = tv
|
||||
print("{}: {} ⇨ {} {}".format(curef, fv, txt_tv, fhash))
|
||||
|
||||
Reference in New Issue
Block a user