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"--email={email}",
f"--password={password}",
"--is_admin=false",
"--confirm_email=true"
],
cwd=pixelfed.pixelfed_path,