AI事件重复推送

This commit is contained in:
quantulr
2024-03-21 14:18:01 +08:00
parent 9e03e6edcc
commit ba00ccf642
8 changed files with 174 additions and 6 deletions

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "hik-push"
version = "1.0.1"
version = "1.0.2"
description = ""
authors = ["quantulr <35954003+quantulr@users.noreply.github.com>"]
readme = "README.md"
@ -19,5 +19,5 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry.scripts]
hik-sub = 'hik_push.main:run_app'
hik-push = 'hik_push.read_event:run_app'
hik-sub = 'hik_push.subscribe:run_app'
hik-push = 'hik_push.push_notification:run_app'