mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-09 00:05:21 +01:00
Add newline end of file
This commit is contained in:
parent
ee51a0be13
commit
a9e11b1cb7
1 changed files with 1 additions and 1 deletions
|
|
@ -30,4 +30,4 @@ class Command(BaseCommand):
|
|||
self.stdout.write(f'Did not create superuser "{PAPERLESS_ADMIN_USER}".')
|
||||
self.stdout.write('Make sure you specified "PAPERLESS_ADMIN_PASSWORD" in your "docker-compose.env" file.')
|
||||
except Exception as error:
|
||||
self.stdout.write(f'Exception occured while creating superuser: {error}')
|
||||
self.stdout.write(f'Exception occured while creating superuser: {error}')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue