Fix "is not a valid language" on upload of comic books
Fix metadata excration of comic books updated bootstrap table updated handling of upload formats restrictions
This commit is contained in:
@@ -194,7 +194,7 @@ class WebServer(object):
|
||||
os.execv(sys.executable, arguments)
|
||||
return True
|
||||
|
||||
def _killServer(self, ignored_signum, ignored_frame):
|
||||
def _killServer(self, __, ___):
|
||||
self.stop()
|
||||
|
||||
def stop(self, restart=False):
|
||||
|
||||
Reference in New Issue
Block a user