jack 2 月之前
父節點
當前提交
5710111529
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      utils/gotify.py

+ 1 - 0
utils/gotify.py

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