This commit is contained in:
Kumi 2022-08-26 14:26:49 +00:00
parent b8a4e17b8c
commit d5419c9480
Signed by: kumi
GPG key ID: ECBCC9082395383F
3 changed files with 7 additions and 6 deletions

View file

@ -2,7 +2,7 @@ from urllib.request import Request
from gotify import Gotify
from .classes.config import Config
from classes.config import Config
def send_message(gotify_url: str, token: str, content: str, title: str = "Webhook", priority: int = 0):