Fixes
This commit is contained in:
parent
b8a4e17b8c
commit
d5419c9480
3 changed files with 7 additions and 6 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue