Disable encoding and show only original file (#829)

Disable encoding and show only original file #829
This commit is contained in:
Markos Gogoulos
2023-11-10 14:25:10 +02:00
committed by GitHub
parent 15d217453b
commit e8d3ff25be
5 changed files with 31 additions and 7 deletions

View File

@ -59,7 +59,7 @@ def login():
file.writelines(f'USERNAME={json.loads(response.text)["username"]}\n')
print(f"Welcome to MediaCMS [bold blue]{username}[/bold blue]. Your auth creds have been suceesfully stored in the .env file", ":v:")
else:
print(f'Error: {"non_field_errors":["User not found."]}')
print(f'Error: {"non_field_errors": ["User not found."]}')
@apis.command()