I broke some code here but it's fine, implemented getLatestVersion_by_number
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user