From d5ef769cd33951761c3c27ab3479ed98a50013ec Mon Sep 17 00:00:00 2001 From: spla Date: Mon, 15 May 2023 16:19:29 +0200 Subject: [PATCH] Fix #1 --- pixcat.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pixcat.py b/pixcat.py index 0f1aa2c..a6afb95 100644 --- a/pixcat.py +++ b/pixcat.py @@ -191,7 +191,6 @@ def register(username, email, password): f"--username={username}", f"--email={email}", f"--password={password}", - "--is_admin=false", "--confirm_email=true" ], cwd=pixelfed.pixelfed_path,