jack vor 2 Monaten
Ursprung
Commit
5710111529
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1 0
      utils/gotify.py

+ 1 - 0
utils/gotify.py

@@ -3,6 +3,7 @@ import httpx
 import json
 import os
 
+PROJECT_PATH = os.path.join(os.path.abspath(__file__).split('AutoInfo')[0] + 'AutoInfo')
 
 class GotifyNotifier:
     def __init__(self, title, message, token_name=''):