Fix flake8-quotes Q000 Remove bad quotes

This commit is contained in:
Labrys of Knossos 2019-04-05 14:21:26 -04:00
commit 94c42dbd8a
2 changed files with 2 additions and 2 deletions

View file

@ -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':