pixelarraylib 1.2.3__py3-none-any.whl → 1.2.4__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.
- pixelarraylib/__init__.py +1 -1
- pixelarraylib/monitor/feishu.py +1 -0
- pixelarraylib/object_storage/object_storage.py +1592 -0
- pixelarraylib/scripts/__init__.py +1 -1
- {pixelarraylib-1.2.3.dist-info → pixelarraylib-1.2.4.dist-info}/METADATA +1 -1
- {pixelarraylib-1.2.3.dist-info → pixelarraylib-1.2.4.dist-info}/RECORD +10 -9
- {pixelarraylib-1.2.3.dist-info → pixelarraylib-1.2.4.dist-info}/WHEEL +1 -1
- {pixelarraylib-1.2.3.dist-info → pixelarraylib-1.2.4.dist-info}/entry_points.txt +0 -0
- {pixelarraylib-1.2.3.dist-info → pixelarraylib-1.2.4.dist-info}/licenses/LICENSE +0 -0
- {pixelarraylib-1.2.3.dist-info → pixelarraylib-1.2.4.dist-info}/top_level.txt +0 -0
pixelarraylib/__init__.py
CHANGED
pixelarraylib/monitor/feishu.py
CHANGED
|
@@ -21,6 +21,7 @@ class Feishu:
|
|
|
21
21
|
"cloudstorage服务报警": "https://open.feishu.cn/open-apis/bot/v2/hook/a632d0bc-e400-40ce-a3bb-1b9b9ee634f4",
|
|
22
22
|
"deployengine服务报警": "https://open.feishu.cn/open-apis/bot/v2/hook/9a347a63-58fb-4e10-9a3d-ff4918ddb3a9",
|
|
23
23
|
"browseruse服务报警": "https://open.feishu.cn/open-apis/bot/v2/hook/a7cf22c5-f50d-4031-b17f-a75f92a3aa91",
|
|
24
|
+
"openpaper_manage_console服务报警": "https://open.feishu.cn/open-apis/bot/v2/hook/2829b285-03ae-4282-9ae5-c93cec4d62a0",
|
|
24
25
|
}
|
|
25
26
|
|
|
26
27
|
def __init__(
|