diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-08-23 15:31:41 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-08-23 15:31:41 +0200 |
commit | 4a6dfcb759cb6da970dac55a0b9a116114ce71e7 (patch) | |
tree | 15bf03e46bba55e37b6e2ee8be19ff6992df8a62 /module/web/ServerThread.py | |
parent | django 1.1 fix (diff) | |
download | pyload-4a6dfcb759cb6da970dac55a0b9a116114ce71e7.tar.xz |
fixes for django 1.1
Diffstat (limited to 'module/web/ServerThread.py')
-rw-r--r-- | module/web/ServerThread.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/web/ServerThread.py b/module/web/ServerThread.py index 40683004a..c07364243 100644 --- a/module/web/ServerThread.py +++ b/module/web/ServerThread.py @@ -43,7 +43,7 @@ class WebServer(threading.Thread): #print "### You have to add at least one User, to gain access to webinterface: python %s createsuperuser" % join(self.pycore.path, "module", "web", "manage.py") #print "### Dont forget to restart pyLoad if you are done." log.warning(_("Database for Webinterface does not exitst, it will not be available.")) - log.warning(_("Please run: python pyLoadCore -s")) + log.warning(_("Please run: python pyLoadCore.py -s")) log.warning(_("Go through the setup and create a database and add an user to gain access.")) return None |