Make Evennia start correctly on the latest version of Twisted. There is a logging snafu that exists with the latest Twisted, and it was only dumb luck that the server started on previous versions of the framework. The ticket detailing this problem is at: http://twistedmatrix.com/trac/ticket/3289
Let me know if this breaks your setup!
This commit is contained in:
parent
38f8225a37
commit
87fb121427
4 changed files with 3 additions and 7 deletions
|
|
@ -22,7 +22,6 @@ import initial_setup
|
|||
class EvenniaService(service.Service):
|
||||
|
||||
def __init__(self, filename="blah"):
|
||||
log.startLogging(open(settings.LOGFILE, 'w'))
|
||||
self.cmd_alias_list = {}
|
||||
self.game_running = True
|
||||
sys.path.append('.')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue