diff --git a/main.py b/main.py index 2a26457..bba4610 100644 --- a/main.py +++ b/main.py @@ -153,7 +153,7 @@ def change(): try: user_id = int(request.args.get("id")) change = int(request.args.get("change")) - except ValueError: + except: return '

Error: 095

tags and user list' c.execute(f"SELECT * FROM users WHERE id={user_id}") users = c.fetchall()