add option to convert to ASCII. fixes #204

This commit is contained in:
clinton-hall 2013-11-25 12:03:54 +10:30
commit ed359e8468
8 changed files with 47 additions and 0 deletions

View file

@ -48,6 +48,8 @@ def process(dirName, nzbName=None, status=0):
if nzbName == "Manual Run":
delay = 0
nzbName, dirName = converto_to_ascii(nzbName, dirName)
baseURL = protocol + host + ":" + port + web_root + "/api?apikey=" + apikey + "&cmd="
if status == 0: