Further work on controlling the portal with AMP

This commit is contained in:
Griatch 2018-01-14 00:30:13 +01:00
parent c46d181566
commit ff887a07ab
5 changed files with 113 additions and 58 deletions

View file

@ -173,6 +173,7 @@ class Evennia(object):
self.amp_protocol = None # set by amp factory
self.sessions = SESSIONS
self.sessions.server = self
self.process_id = os.getpid()
# Database-specific startup optimizations.
self.sqlite3_prep()