From e2ce3f22230de64a8ed4d27317948be0dc1ae7bf Mon Sep 17 00:00:00 2001 From: Griatch Date: Thu, 11 Jul 2013 22:59:11 +0200 Subject: [PATCH] Minor formatting. --- game/evennia.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game/evennia.py b/game/evennia.py index a28616b3cf..b17a97743c 100755 --- a/game/evennia.py +++ b/game/evennia.py @@ -148,7 +148,7 @@ except DatabaseError,e: except PlayerDB.DoesNotExist: # no superuser yet. We need to create it. from django.core.management import call_command - print "Create a superuser below. The superuser is Player #1, the 'owner' account of the server." + print "\nCreate a superuser below. The superuser is Player #1, the 'owner' account of the server.\n" call_command("createsuperuser", interactive=True) # Add this to the environmental variable for the 'twistd' command.