mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-15 19:16:53 -07:00
Fix flake8-quotes Q000 Remove bad quotes
This commit is contained in:
parent
2995c7f391
commit
94c42dbd8a
2 changed files with 2 additions and 2 deletions
|
@ -266,7 +266,7 @@ def process(section, dir_name, input_name=None, failed=False, client_agent='manu
|
|||
if apikey:
|
||||
url = '{0}{1}:{2}{3}/api/{4}/?cmd=postprocess'.format(protocol, host, port, web_root, apikey)
|
||||
elif fork == 'Stheno':
|
||||
url = "{0}{1}:{2}{3}/home/postprocess/process_episode".format(protocol, host, port, web_root)
|
||||
url = '{0}{1}:{2}{3}/home/postprocess/process_episode'.format(protocol, host, port, web_root)
|
||||
else:
|
||||
url = '{0}{1}:{2}{3}/home/postprocess/processEpisode'.format(protocol, host, port, web_root)
|
||||
elif section == 'NzbDrone':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue