mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-14 02:26:53 -07:00
Updated requests lib.
More code cleanup done.
This commit is contained in:
parent
504ea8ac45
commit
086eaaa516
19 changed files with 347 additions and 123 deletions
|
@ -147,7 +147,7 @@ class autoProcessMovie:
|
|||
else:
|
||||
protocol = "http://"
|
||||
|
||||
baseURL = protocol + host + ":" + port + web_root + "/api/" + apikey
|
||||
baseURL = "%s%s:%s%s/api/%s" % (protocol, host, port, web_root, apikey)
|
||||
|
||||
releases = self.get_releases(baseURL, download_id, dirName, nzbName)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue