From 62360ff390d289d18d6ea5718f546f48ab7f4ad8 Mon Sep 17 00:00:00 2001 From: Moon Date: Sat, 5 Oct 2024 17:19:56 +0000 Subject: [PATCH] woops --- auth.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auth.py b/auth.py index 60e5df6..ad02843 100644 --- a/auth.py +++ b/auth.py @@ -152,7 +152,7 @@ def callback(): handle = f"{creds.acct}@{instance}" - success = create_zulip_user(handle, creds.avatar_static) + success = create_zulip_user(handle) if not success: return Response("fail", status=400)