1
0
mirror of https://github.com/janeczku/calibre-web synced 2025-11-09 03:33:02 +00:00

Code cosmetics

This commit is contained in:
OzzieIsaacs
2017-03-29 21:43:55 +02:00
parent 395c6679b7
commit 78067b87bc
9 changed files with 78 additions and 86 deletions

View File

@@ -506,7 +506,7 @@ def create_anonymous_user():
session.add(user)
try:
session.commit()
except Exception as e:
except Exception:
session.rollback()
pass