kleinkram 0.0.118__py3-none-any.whl → 0.0.119__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 kleinkram might be problematic. Click here for more details.
- kleinkram/main.py +2 -1
- {kleinkram-0.0.118.dist-info → kleinkram-0.0.119.dist-info}/METADATA +1 -1
- {kleinkram-0.0.118.dist-info → kleinkram-0.0.119.dist-info}/RECORD +6 -6
- {kleinkram-0.0.118.dist-info → kleinkram-0.0.119.dist-info}/WHEEL +0 -0
- {kleinkram-0.0.118.dist-info → kleinkram-0.0.119.dist-info}/entry_points.txt +0 -0
- {kleinkram-0.0.118.dist-info → kleinkram-0.0.119.dist-info}/licenses/LICENSE +0 -0
kleinkram/main.py
CHANGED
|
@@ -241,7 +241,8 @@ def create_project(
|
|
|
241
241
|
url = "/project/create"
|
|
242
242
|
response = client.post(url, json={"name": name, "description": description, "requiredTags": []}) # TODO: Add required tags as option
|
|
243
243
|
if response.status_code >= 400:
|
|
244
|
-
|
|
244
|
+
response_json = response.json()
|
|
245
|
+
print(f"Failed to create project: {response_json["message"]}")
|
|
245
246
|
return
|
|
246
247
|
print("Project created")
|
|
247
248
|
|
|
@@ -2,9 +2,9 @@ kleinkram/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
|
2
2
|
kleinkram/auth.py,sha256=s6Lek1vLRs2cXSwfGmEWuuzmszMhaTAJbh9icxWPSkQ,7628
|
|
3
3
|
kleinkram/consts.py,sha256=8kCOeSdMqEyB89hT55w5yd1fksUwbj52a2nYkZTZI_0,88
|
|
4
4
|
kleinkram/helper.py,sha256=mP6AohHWU8kckAi1Oevgs0gfGPH1Qzkp0f7jiQF9u5I,2198
|
|
5
|
-
kleinkram/main.py,sha256=
|
|
6
|
-
kleinkram-0.0.
|
|
7
|
-
kleinkram-0.0.
|
|
8
|
-
kleinkram-0.0.
|
|
9
|
-
kleinkram-0.0.
|
|
10
|
-
kleinkram-0.0.
|
|
5
|
+
kleinkram/main.py,sha256=NuBeWg_vykRWf7TLgYidyKQ5us_8WHc7tcutTjbukx4,18113
|
|
6
|
+
kleinkram-0.0.119.dist-info/METADATA,sha256=jE5GOIwBPIMaF_2EAeixcwsRq894O0JITOZC-tgR0J8,733
|
|
7
|
+
kleinkram-0.0.119.dist-info/WHEEL,sha256=1yFddiXMmvYK7QYTqtRNtX66WJ0Mz8PYEiEUoOUUxRY,87
|
|
8
|
+
kleinkram-0.0.119.dist-info/entry_points.txt,sha256=RHXtRzcreVHImatgjhQwZQ6GdJThElYjHEWcR1BPXUI,45
|
|
9
|
+
kleinkram-0.0.119.dist-info/licenses/LICENSE,sha256=ixuiBLtpoK3iv89l7ylKkg9rs2GzF9ukPH7ynZYzK5s,35148
|
|
10
|
+
kleinkram-0.0.119.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|