jack 2 tháng trước cách đây
mục cha
commit
5710111529
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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=''):