fixed issue when changing individual comic location return page error

This commit is contained in:
evilhero 2012-09-29 00:56:28 -04:00
parent aa23a663ba
commit ac4ec81d7c
1 changed files with 1 additions and 2 deletions

View File

@ -455,8 +455,7 @@ class WebInterface(object):
#"QUALquality": qual_quality
#}
myDB.upsert("comics", newValues, controlValueDict)
#raise cherrypy.HTTPRedirect("home")
return page
raise cherrypy.HTTPRedirect("artistPage?ComicID=%s" % ComicID)
comic_config.exposed = True
def configUpdate(self, http_host='0.0.0.0', http_username=None, http_port=8181, http_password=None, launch_browser=0, download_scan_interval=None, nzb_search_interval=None, libraryscan_interval=None,