simplex 1.2.76__py3-none-any.whl → 1.2.77__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 simplex might be problematic. Click here for more details.
- simplex/simplex.py +0 -3
- {simplex-1.2.76.dist-info → simplex-1.2.77.dist-info}/METADATA +1 -1
- simplex-1.2.77.dist-info/RECORD +11 -0
- simplex-1.2.76.dist-info/RECORD +0 -11
- {simplex-1.2.76.dist-info → simplex-1.2.77.dist-info}/LICENSE +0 -0
- {simplex-1.2.76.dist-info → simplex-1.2.77.dist-info}/WHEEL +0 -0
- {simplex-1.2.76.dist-info → simplex-1.2.77.dist-info}/entry_points.txt +0 -0
- {simplex-1.2.76.dist-info → simplex-1.2.77.dist-info}/top_level.txt +0 -0
simplex/simplex.py
CHANGED
|
@@ -961,9 +961,6 @@ class Simplex:
|
|
|
961
961
|
if 'succeeded' not in response.json():
|
|
962
962
|
raise ValueError(f"It looks like the capture_login_session action failed to return a response. Did you set your api_key when creating the Simplex class?")
|
|
963
963
|
response_json = response.json()
|
|
964
|
-
if "storage_state" in response_json:
|
|
965
|
-
print("response keys: ", response_json['storage_state'].keys())
|
|
966
|
-
# print(response_json)
|
|
967
964
|
if response_json['succeeded']:
|
|
968
965
|
return response_json['storage_state']
|
|
969
966
|
else:
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
simplex/__init__.py,sha256=L_5i__xt_ZDkr6e-Wx9cr84t9sXpioOT7j01NJYJCTE,75
|
|
2
|
+
simplex/cli.py,sha256=0K_pzoVdF7vfTJPUONhFzzTvjZk2M7FZPpEONjZWJC8,2268
|
|
3
|
+
simplex/simplex.py,sha256=8imu_aoSf2v5nfS1dfNwxRtVV9wPrnoEsiMewWpJkDE,39615
|
|
4
|
+
simplex/deploy/__init__.py,sha256=_JQ81F_Nu7hSAfMA691gzs6a4-8oZ-buJ9h3Au12BKw,96
|
|
5
|
+
simplex/deploy/push.py,sha256=hRAbtFZaECKnBljaOLQ5nzJ6hk7tZgc1c7QdgxKQFoY,6123
|
|
6
|
+
simplex-1.2.77.dist-info/LICENSE,sha256=Xh0SJjYZfNI71pCNMB40aKlBLLuOB0blx5xkTtufFNQ,1075
|
|
7
|
+
simplex-1.2.77.dist-info/METADATA,sha256=Iwc1GRQQ6Nmw2dRZjv2u8-bVxGCDuwuHW7vgn_Edkc4,1055
|
|
8
|
+
simplex-1.2.77.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
|
9
|
+
simplex-1.2.77.dist-info/entry_points.txt,sha256=3veL2w3c5vxb3dm8I_M8Fs-370n1ZnvD8uu1nSsL7z8,45
|
|
10
|
+
simplex-1.2.77.dist-info/top_level.txt,sha256=cbMH1bYpN0A3gP-ecibPRHasHoqB-01T_2BUFS8p0CE,8
|
|
11
|
+
simplex-1.2.77.dist-info/RECORD,,
|
simplex-1.2.76.dist-info/RECORD
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
simplex/__init__.py,sha256=L_5i__xt_ZDkr6e-Wx9cr84t9sXpioOT7j01NJYJCTE,75
|
|
2
|
-
simplex/cli.py,sha256=0K_pzoVdF7vfTJPUONhFzzTvjZk2M7FZPpEONjZWJC8,2268
|
|
3
|
-
simplex/simplex.py,sha256=NsSGeR_bmqpl60aVvak0LoBJMyzySCEvstFXjS4vTS0,39767
|
|
4
|
-
simplex/deploy/__init__.py,sha256=_JQ81F_Nu7hSAfMA691gzs6a4-8oZ-buJ9h3Au12BKw,96
|
|
5
|
-
simplex/deploy/push.py,sha256=hRAbtFZaECKnBljaOLQ5nzJ6hk7tZgc1c7QdgxKQFoY,6123
|
|
6
|
-
simplex-1.2.76.dist-info/LICENSE,sha256=Xh0SJjYZfNI71pCNMB40aKlBLLuOB0blx5xkTtufFNQ,1075
|
|
7
|
-
simplex-1.2.76.dist-info/METADATA,sha256=I20rjBbj_P7lioJ4ijblp0j2V3BMJKVDuWl-P2ZfC3E,1055
|
|
8
|
-
simplex-1.2.76.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
|
9
|
-
simplex-1.2.76.dist-info/entry_points.txt,sha256=3veL2w3c5vxb3dm8I_M8Fs-370n1ZnvD8uu1nSsL7z8,45
|
|
10
|
-
simplex-1.2.76.dist-info/top_level.txt,sha256=cbMH1bYpN0A3gP-ecibPRHasHoqB-01T_2BUFS8p0CE,8
|
|
11
|
-
simplex-1.2.76.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|