cleanup chrome and playwright symlink and app names

This commit is contained in:
Nick Sweeting 2024-09-22 13:17:10 -07:00
parent 7b3849c8b7
commit ab0087e106
No known key found for this signature in database
4 changed files with 35 additions and 20 deletions

View file

@ -1328,7 +1328,7 @@ def server(runserver_args: Optional[List[str]]=None,
from django.core.management import call_command
from django.contrib.auth.models import User
print('{green}[+] Starting ArchiveBox webserver...{reset}'.format(**ANSI))
print('{green}[+] Starting ArchiveBox webserver... {reset}'.format(**ANSI))
print(' > Logging errors to ./logs/errors.log')
if not User.objects.filter(is_superuser=True).exists():
print('{lightyellow}[!] No admin users exist yet, you will not be able to edit links in the UI.{reset}'.format(**ANSI))