mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
don't throw error on empty path
https://forums.ankiweb.net/t/anki-2-1-28-error-message-when-reviewing-cards/1439
This commit is contained in:
parent
15c9cd9108
commit
f45627dbd3
1 changed files with 0 additions and 1 deletions
|
@ -87,7 +87,6 @@ class MediaServer(threading.Thread):
|
|||
return int(self.server.effective_port)
|
||||
|
||||
|
||||
@app.route("/", defaults={"path": ""})
|
||||
@app.route("/<path:pathin>", methods=["GET", "POST"])
|
||||
def allroutes(pathin):
|
||||
try:
|
||||
|
|
Loading…
Reference in a new issue