Skip to content

Commit

Permalink
把根config换个位置
Browse files Browse the repository at this point in the history
  • Loading branch information
NekoRabi authored May 11, 2022
1 parent ccbed75 commit b4adc23
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion plugin/preinit/load_application.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

def load_config() -> dict:
try:
with open(r'./config.yml') as f:
with open(r'./config/config.yml') as f:
config = yaml.safe_load(f)
for k, v in config.items():
print(k, v)
Expand Down

0 comments on commit b4adc23

Please sign in to comment.