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)