Try another user
All checks were successful
Build and Deploy / build (push) Successful in 3m13s

This commit is contained in:
2025-04-20 00:22:40 +02:00
parent 8bc90b745a
commit 8356e9c021

View File

@@ -204,7 +204,7 @@ def main():
# Initiate api
kuma_api = kuma.KumaAPI("http://192.168.1.2:36667", "k!PTfyvoIJho9o*gX6F1")
torrent_api = torrent.TorrentApi(
"http://192.168.1.17:8112", "tMHNjrJr7nhjyhJrYsahi4anq2h6LJ"
"http://192.168.1.17:8112", "tMHNjrJr7nhjyhJrYsahi4anq2h6LJ", username="MrZaiko"
)
ntfy_api = ntfy.NtfyAPI(DB_PATH, NTFY_SERVER, NTFY_AUTH_HEADER, AUTHORIZED_USER_ID)