jack 2 месяцев назад
Родитель
Сommit
5710111529
1 измененных файлов с 1 добавлено и 0 удалено
  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=''):