mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-07-14 17:22:53 -07:00
Remove unused imports, unused variables, and redundant parentheses
This commit is contained in:
parent
b7c7ec000b
commit
d15fa76fc9
5 changed files with 10 additions and 18 deletions
|
@ -325,7 +325,7 @@ class autoProcessMovie:
|
|||
|
||||
# we will now check to see if CPS has finished renaming before returning to TorrentToMedia and unpausing.
|
||||
timeout = time.time() + 60 * wait_for
|
||||
while (time.time() < timeout): # only wait 2 (default) minutes, then return.
|
||||
while time.time() < timeout: # only wait 2 (default) minutes, then return.
|
||||
logger.postprocess("Checking for status change, please stand by ...", section)
|
||||
release = self.get_release(baseURL, imdbid, download_id, release_id)
|
||||
if release:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue