Compare commits

..

No commits in common. "42831d294c2b8a24d89008802b5d2789c28fcff7" and "87753785d4c2db574f5d124d4836b546d3819370" have entirely different histories.

3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
[tool.bumpversion]
current_version = "1.2.15"
current_version = "1.2.14"
commit = true
tag = true
tag_name = "{new_version}"

View File

@ -1 +1 @@
1.2.15
1.2.14

View File

@ -224,7 +224,7 @@ def send_expiry_notifications_route(username: str, password: str) -> Response:
@requires_basic_auth
def send_test_notification_route(username: str, password: str) -> Response:
"""Sends a test push notification to all users."""
data = request.get_json(silent=True)
data = request.get_json()
message = data.get("message", "Ktv Test") if data else "Ktv Test"
try: