otter-service-stdalone 1.1.6__py3-none-any.whl → 1.1.8__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- otter_service_stdalone/__init__.py +1 -1
- otter_service_stdalone/app.py +0 -3
- {otter_service_stdalone-1.1.6.dist-info → otter_service_stdalone-1.1.8.dist-info}/METADATA +1 -1
- {otter_service_stdalone-1.1.6.dist-info → otter_service_stdalone-1.1.8.dist-info}/RECORD +7 -7
- {otter_service_stdalone-1.1.6.dist-info → otter_service_stdalone-1.1.8.dist-info}/WHEEL +0 -0
- {otter_service_stdalone-1.1.6.dist-info → otter_service_stdalone-1.1.8.dist-info}/entry_points.txt +0 -0
- {otter_service_stdalone-1.1.6.dist-info → otter_service_stdalone-1.1.8.dist-info}/top_level.txt +0 -0
@@ -1 +1 @@
|
|
1
|
-
__version__ = "1.1.
|
1
|
+
__version__ = "1.1.8"
|
otter_service_stdalone/app.py
CHANGED
@@ -42,12 +42,9 @@ class WebSocketHandler(tornado.websocket.WebSocketHandler):
|
|
42
42
|
def on_close(self):
|
43
43
|
"""stop the periodic callback on close
|
44
44
|
"""
|
45
|
-
close_code = self.close_code
|
46
|
-
close_reason = self.close_reason
|
47
45
|
if self.get_secure_cookie("user"):
|
48
46
|
user_id = self.get_secure_cookie("user").decode('utf-8')
|
49
47
|
if user_id in session_callbacks and session_callbacks[user_id].callback:
|
50
|
-
log.write_logs("ws-close-removing-user!", close_code, f"{close_code}: {close_reason}", "debug", log_debug)
|
51
48
|
session_callbacks[user_id].stop()
|
52
49
|
session_callbacks.pop(user_id)
|
53
50
|
|
@@ -1,6 +1,6 @@
|
|
1
|
-
otter_service_stdalone/__init__.py,sha256=
|
1
|
+
otter_service_stdalone/__init__.py,sha256=ii9AGvWXG_4qHN0FEZs45urJ5UrPQ9I83YjXUjFMvtI,22
|
2
2
|
otter_service_stdalone/access_sops_keys.py,sha256=nboU5aZ84Elrm5vO0dMgpIF5LLcnecpNAwpxKvj6DvU,2129
|
3
|
-
otter_service_stdalone/app.py,sha256=
|
3
|
+
otter_service_stdalone/app.py,sha256=cDo8-24OtPDMkHlYWqncQwCNwmcHqcY8h04zx6E3xSE,15082
|
4
4
|
otter_service_stdalone/fs_logging.py,sha256=IKFZkc5TmpI6G3vTYFAU9jDjQ-GT5aRxk8kdZ0h0kJE,2390
|
5
5
|
otter_service_stdalone/grade_notebooks.py,sha256=s-nequcOnpsZD4aQeUx_EFbnfKurVj7J8oCTK6Dix1E,3596
|
6
6
|
otter_service_stdalone/index.html,sha256=eEbFGxbV-plE5bAggGYHTv1q7yqoTN4kJbzL729uMmk,7276
|
@@ -14,8 +14,8 @@ otter_service_stdalone/secrets/gh_key.staging.yaml,sha256=cKVqj4dcwuz2LhXwMNQy_1
|
|
14
14
|
otter_service_stdalone/static_files/README_DO_NOT_DISTRIBUTE.txt,sha256=eMqBa1du1u0c07fuG3Eu9DDHuixRTFEbiQwrlvAnL1Y,353
|
15
15
|
otter_service_stdalone/static_templates/403.html,sha256=7eO3XQsEkl4nF8PEeFkLwCzGBfdZ3kkkeu_Kgpgbh0k,1440
|
16
16
|
otter_service_stdalone/static_templates/500.html,sha256=t6DeEMp8piSWyBToHb_JpTrw3GStAHFrozlmeuXyamg,1421
|
17
|
-
otter_service_stdalone-1.1.
|
18
|
-
otter_service_stdalone-1.1.
|
19
|
-
otter_service_stdalone-1.1.
|
20
|
-
otter_service_stdalone-1.1.
|
21
|
-
otter_service_stdalone-1.1.
|
17
|
+
otter_service_stdalone-1.1.8.dist-info/METADATA,sha256=pZHap_5lAAN5RKLHD-qLAXcJUffRm4MexOzyL9_UKbQ,1467
|
18
|
+
otter_service_stdalone-1.1.8.dist-info/WHEEL,sha256=cVxcB9AmuTcXqmwrtPhNK88dr7IR_b6qagTj0UvIEbY,91
|
19
|
+
otter_service_stdalone-1.1.8.dist-info/entry_points.txt,sha256=cx447chuIEl8ly9jEoF5-2xNhaKsWcIMDdhUMH_00qQ,75
|
20
|
+
otter_service_stdalone-1.1.8.dist-info/top_level.txt,sha256=6UP22fD4OhbLt23E01v8Kvjn44vPRbyTIg_GqMYL-Ng,23
|
21
|
+
otter_service_stdalone-1.1.8.dist-info/RECORD,,
|
File without changes
|
{otter_service_stdalone-1.1.6.dist-info → otter_service_stdalone-1.1.8.dist-info}/entry_points.txt
RENAMED
File without changes
|
{otter_service_stdalone-1.1.6.dist-info → otter_service_stdalone-1.1.8.dist-info}/top_level.txt
RENAMED
File without changes
|