路径修复

This commit is contained in:
Womsxd 2022-01-09 18:12:37 +08:00
parent 19735abf9c
commit ef61459459
No known key found for this signature in database
GPG Key ID: 0FE76418EE689B68

View File

@ -6,7 +6,7 @@ cfg = ConfigParser()
def load_config():
cfg.read(os.path.join(os.path.dirname(os.path.realpath(__file__)), 'push.ini'))
cfg.read(os.path.join(os.path.join(os.path.dirname(os.path.realpath(__file__)), 'config'),'push.ini'))
def title(status):