jack 2 months ago
parent
commit
5710111529
1 changed files with 1 additions and 0 deletions
  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=''):