mindroot 8.12.0__py3-none-any.whl → 8.13.0__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.
Potentially problematic release.
This version of mindroot might be problematic. Click here for more details.
- mindroot/lib/session_files.py +2 -4
- {mindroot-8.12.0.dist-info → mindroot-8.13.0.dist-info}/METADATA +1 -1
- {mindroot-8.12.0.dist-info → mindroot-8.13.0.dist-info}/RECORD +7 -7
- {mindroot-8.12.0.dist-info → mindroot-8.13.0.dist-info}/WHEEL +0 -0
- {mindroot-8.12.0.dist-info → mindroot-8.13.0.dist-info}/entry_points.txt +0 -0
- {mindroot-8.12.0.dist-info → mindroot-8.13.0.dist-info}/licenses/LICENSE +0 -0
- {mindroot-8.12.0.dist-info → mindroot-8.13.0.dist-info}/top_level.txt +0 -0
mindroot/lib/session_files.py
CHANGED
|
@@ -30,10 +30,8 @@ async def load_session_data(session_id: str, property: str):
|
|
|
30
30
|
# check for existing file
|
|
31
31
|
# if not, create it
|
|
32
32
|
if not os.path.exists(name):
|
|
33
|
-
print("Session data file not found,
|
|
34
|
-
|
|
35
|
-
with open(name, "w") as f:
|
|
36
|
-
f.write("{}")
|
|
33
|
+
print("Session data file not found, returning None")
|
|
34
|
+
return None
|
|
37
35
|
# load existing data
|
|
38
36
|
data = json.load(open(name))
|
|
39
37
|
# return data
|
|
@@ -1780,7 +1780,7 @@ mindroot/lib/parent_templates.py,sha256=elcQFFwrFtfAYfQOSTs06aiDDigN1f1R2f8I1V-w
|
|
|
1780
1780
|
mindroot/lib/plugins.py,sha256=96QElzJ6cuS9BpQJQZMJblDCF2toO14Z80D7DRAjMDc,1592
|
|
1781
1781
|
mindroot/lib/plugins_install.py,sha256=CUDkdDhIKkwN3U1hfKaTq8QUwGApFrNKmt3iycZuTKs,2042
|
|
1782
1782
|
mindroot/lib/route_decorators.py,sha256=L3E-bn48zhuxk6YPtyc2oP76-5WuV_SmjxtngJeYGmM,2153
|
|
1783
|
-
mindroot/lib/session_files.py,sha256=
|
|
1783
|
+
mindroot/lib/session_files.py,sha256=yY8TKfJPGZoK4yAy3WbfrJ7I5xL6NfDJmIICH6qC7Bw,1167
|
|
1784
1784
|
mindroot/lib/streamcmd.py,sha256=f9n3OtryEkMbNNuFr5BAZn1EpSLUKuDZw-zpo97XxJk,4714
|
|
1785
1785
|
mindroot/lib/templates.py,sha256=5dODCS6UeC9Y_PdMWlUuQCCZUUt2ICR0S1YF6XrG3eM,15154
|
|
1786
1786
|
mindroot/lib/token_counter.py,sha256=U3tyw2CG1uK1FmupOHzTkyBwx5UKI30hRrRTqu_-ALQ,7170
|
|
@@ -1821,9 +1821,9 @@ mindroot/protocols/services/stream_chat.py,sha256=fMnPfwaB5fdNMBLTEg8BXKAGvrELKH
|
|
|
1821
1821
|
mindroot/registry/__init__.py,sha256=40Xy9bmPHsgdIrOzbtBGzf4XMqXVi9P8oZTJhn0r654,151
|
|
1822
1822
|
mindroot/registry/component_manager.py,sha256=WZFNPg4SNvpqsM5NFiC2DpgmrJQCyR9cNhrCBpp30Qk,995
|
|
1823
1823
|
mindroot/registry/data_access.py,sha256=NgNMamxIjaKeYxzxnVaQz1Y-Rm0AI51si3788_JHUTM,5316
|
|
1824
|
-
mindroot-8.
|
|
1825
|
-
mindroot-8.
|
|
1826
|
-
mindroot-8.
|
|
1827
|
-
mindroot-8.
|
|
1828
|
-
mindroot-8.
|
|
1829
|
-
mindroot-8.
|
|
1824
|
+
mindroot-8.13.0.dist-info/licenses/LICENSE,sha256=8plAmZh8y9ccuuqFFz4kp7G-cO_qsPgAOoHNvabSB4U,1070
|
|
1825
|
+
mindroot-8.13.0.dist-info/METADATA,sha256=_zCH38FtgPU8Na2nBDSHZTs5HWkxLk2QvH4RUfhhWUg,892
|
|
1826
|
+
mindroot-8.13.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
1827
|
+
mindroot-8.13.0.dist-info/entry_points.txt,sha256=0bpyjMccLttx6VcjDp6zfJPN0Kk0rffor6IdIbP0j4c,50
|
|
1828
|
+
mindroot-8.13.0.dist-info/top_level.txt,sha256=gwKm7DmNjhdrCJTYCrxa9Szne4lLpCtrEBltfsX-Mm8,9
|
|
1829
|
+
mindroot-8.13.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|