From f9d9e0e3c010b3a0ad1b92b7a917faef009654bf Mon Sep 17 00:00:00 2001 From: spitkov Date: Sat, 5 Oct 2024 20:31:49 +0200 Subject: [PATCH] revert back --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index 8cef54b..aa77674 100644 --- a/app.py +++ b/app.py @@ -668,7 +668,7 @@ def upload_pastebin(): vanity = shortuuid.uuid()[:8] print(f"Generated vanity: {vanity}") - user_id = current_user.id if current_user.is_authenticated else Anonymous + user_id = current_user.id if current_user.is_authenticated else None print(f"User ID: {user_id}") db = get_db()