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:
Ozzieisaacs
2020-09-20 15:03:25 +02:00
parent 165c649f31
commit 7ba014ba49
66 changed files with 585 additions and 358 deletions

View File

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