This commit is contained in:
spla 2023-05-15 16:19:29 +02:00
pare 72d01c411c
commit d5ef769cd3

Veure arxiu

@ -191,7 +191,6 @@ def register(username, email, password):
f"--username={username}", f"--username={username}",
f"--email={email}", f"--email={email}",
f"--password={password}", f"--password={password}",
"--is_admin=false",
"--confirm_email=true" "--confirm_email=true"
], ],
cwd=pixelfed.pixelfed_path, cwd=pixelfed.pixelfed_path,