路径修复
This commit is contained in:
parent
19735abf9c
commit
ef61459459
2
push.py
2
push.py
@ -6,7 +6,7 @@ cfg = ConfigParser()
|
|||||||
|
|
||||||
|
|
||||||
def load_config():
|
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):
|
def title(status):
|
||||||
|
Loading…
Reference in New Issue
Block a user