Some minor fixes to debug output.
This commit is contained in:
parent
88075bf2a0
commit
68e4384761
2 changed files with 1 additions and 2 deletions
|
|
@ -445,7 +445,7 @@ def server_services():
|
|||
if hasattr(SESSIONS, "server") and hasattr(SESSIONS.server, "services"):
|
||||
server = SESSIONS.server.services.namedServices
|
||||
else:
|
||||
print "This function must be called from inside the evennia process."
|
||||
# This function must be called from inside the evennia process.
|
||||
server = {}
|
||||
del SESSIONS
|
||||
return server
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue