Made a first version of the new OOB infrastructure, works with normal text-command sending.
This commit is contained in:
parent
4817ec90b3
commit
2d826df2f4
2 changed files with 3 additions and 2 deletions
|
|
@ -212,7 +212,7 @@ class ServerSessionHandler(SessionHandler):
|
|||
# validate all scripts
|
||||
_ScriptDB.objects.validate()
|
||||
self[sess.sessid] = sess
|
||||
sess.data_in(text=CMD_LOGINSTART)
|
||||
self.data_in(sess, text=(CMD_LOGINSTART,))
|
||||
|
||||
def portal_session_sync(self, portalsessiondata):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue