I broke some code here but it's fine, implemented getLatestVersion_by_number

This commit is contained in:
2022-03-16 19:22:47 -05:00
parent 0463ddc75f
commit 3412152ca3
2 changed files with 18 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ if debug == True:
requests_log = logging.getLogger("requests.packages.urllib3")
requests_log.setLevel(logging.DEBUG)
requests_log.propagate = True
timeoutTime = 1
#Setup re
#regex = re.compile(r'*')
# Setup session, this lets the parser re-use the connection instead of establishing a new connection for EACH request, not only does this cause a HUGE performance boost, it's also nicer to the API.