mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-14 10:36:52 -07:00
Fix logging entry.
This commit is contained in:
parent
6e15331673
commit
f48b2b7926
1 changed files with 1 additions and 1 deletions
|
@ -191,7 +191,7 @@ def processEpisode(dirName, nzbName=None, failed=False):
|
|||
|
||||
url = protocol + host + ":" + port + web_root + "/home/postprocess/processEpisode?" + urllib.urlencode(params)
|
||||
|
||||
Logger.info("Waiting for %s seconds to allow CPS to process newly extracted files", str(delay))
|
||||
Logger.info("Waiting for %s seconds to allow SB to process newly extracted files", str(delay))
|
||||
|
||||
time.sleep(delay)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue