@@ -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=''):