bigghuggs commited on
Commit
a806daf
·
verified ·
1 Parent(s): 09a60cb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -200,6 +200,7 @@ class AllSessions():
200
  all_sesh = AllSessions()
201
 
202
  def getSesh(seshid):
 
203
  if seshid and seshid not in all_sesh.sessions:
204
  all_sesh.sessions[seshid] = Session()
205
  all_sesh.sessions[seshid].seshid = seshid
 
200
  all_sesh = AllSessions()
201
 
202
  def getSesh(seshid):
203
+ print('getSesh: ', seshid, all_sesh.sessions.keys())
204
  if seshid and seshid not in all_sesh.sessions:
205
  all_sesh.sessions[seshid] = Session()
206
  all_sesh.sessions[seshid].seshid = seshid