Evilmass
commited on
Commit
·
917acfe
1
Parent(s):
6ed2c3e
defalut gotify img
Browse files- config/settings_prod.py +1 -1
- images/bg.png +0 -0
- images/gotify.png +0 -0
- utils.py +1 -1
config/settings_prod.py
CHANGED
@@ -23,7 +23,7 @@ api_token = os.environ.get("token")
|
|
23 |
gotify_host = os.environ.get("gotify_host")
|
24 |
gotify_port = os.environ.get("gotify_port")
|
25 |
gotify_token = os.environ.get("gotify_token")
|
26 |
-
gotify_img = "https://img.evimo.top/
|
27 |
|
28 |
# mysql
|
29 |
mysql_option = {
|
|
|
23 |
gotify_host = os.environ.get("gotify_host")
|
24 |
gotify_port = os.environ.get("gotify_port")
|
25 |
gotify_token = os.environ.get("gotify_token")
|
26 |
+
gotify_img = "https://img.evimo.top/gotify.png"
|
27 |
|
28 |
# mysql
|
29 |
mysql_option = {
|
images/bg.png
DELETED
Binary file (51.1 kB)
|
|
images/gotify.png
ADDED
![]() |
utils.py
CHANGED
@@ -182,7 +182,7 @@ if __name__ == "__main__":
|
|
182 |
# logger.debug(f"get_domain_ip: {get_domain_ip(gotify_host)}")
|
183 |
# logger.debug(f'get_domain: {get_domain("https://github.com")}')
|
184 |
# logger.debug(f"list_path: {list_path()}")
|
185 |
-
|
186 |
# logger.debug(f"get_aliyun_token_from_pi(): {get_aliyun_token_from_pi()}")
|
187 |
# logger.debug(f"get_bilibili_live_rooms_from_pi(): {get_bilibili_live_rooms_from_pi()}")
|
188 |
# logger.debug(f"get_cookie_from_pi(): {get_cookie_from_pi()}")
|
|
|
182 |
# logger.debug(f"get_domain_ip: {get_domain_ip(gotify_host)}")
|
183 |
# logger.debug(f'get_domain: {get_domain("https://github.com")}')
|
184 |
# logger.debug(f"list_path: {list_path()}")
|
185 |
+
logger.debug(f'push_msg: {push_msg("utils.py", "hello world")}')
|
186 |
# logger.debug(f"get_aliyun_token_from_pi(): {get_aliyun_token_from_pi()}")
|
187 |
# logger.debug(f"get_bilibili_live_rooms_from_pi(): {get_bilibili_live_rooms_from_pi()}")
|
188 |
# logger.debug(f"get_cookie_from_pi(): {get_cookie_from_pi()}")
|