Further fix addressing #2035

This commit is contained in:
Griatch 2020-01-29 18:37:01 +01:00
parent 123c1bbc68
commit d4167bffc7
2 changed files with 2 additions and 5 deletions

View file

@ -415,11 +415,8 @@ class Command(object, metaclass=CommandMeta):
Command {self} has no defined `func()` - showing on-command variables:
{variables}
"""
self.caller.msg(string)
return
# a simple test command to show the available properties
string = "-" * 50
string += "-" * 50
string += "\n|w%s|n - Command variables from evennia:\n" % self.key
string += "-" * 50
string += "\nname of cmd (self.key): |w%s|n\n" % self.key

View file

@ -94,7 +94,7 @@ SRESET = chr(19) # shutdown server in reset mode
PYTHON_MIN = "3.7"
TWISTED_MIN = "18.0.0"
DJANGO_MIN = "2.1"
DJANGO_REC = "2.2.5"
DJANGO_REC = "2.2.9"
try:
sys.path[1] = EVENNIA_ROOT