Update app.py
Browse files
app.py
CHANGED
|
@@ -206,7 +206,7 @@ def getSesh(seshid):
|
|
| 206 |
return sesh
|
| 207 |
|
| 208 |
def setSesh(seshid, sesh):
|
| 209 |
-
all_sesh[seshid] = sesh
|
| 210 |
|
| 211 |
default_img = np.zeros((200,200,3)).astype(np.uint8)
|
| 212 |
default_img[:] = 64
|
|
|
|
| 206 |
return sesh
|
| 207 |
|
| 208 |
def setSesh(seshid, sesh):
|
| 209 |
+
all_sesh.sessions[seshid] = sesh
|
| 210 |
|
| 211 |
default_img = np.zeros((200,200,3)).astype(np.uint8)
|
| 212 |
default_img[:] = 64
|