diff --git a/app.py b/app.py index cd1fadf..7a39695 100644 --- a/app.py +++ b/app.py @@ -157,7 +157,7 @@ def admin_edit(link_id=None): if not attr.startswith('_') and getattr(link, attr) is None: try: setattr(link, attr, '') - except: + except Exception: pass form.folder.choices = [(0, '')] + form.folder.choices link.vf = False