mirror of
https://github.com/Redume/Shirino.git
synced 2025-04-04 11:37:37 +03:00
fix: fix path for config
This commit is contained in:
parent
cc916c172a
commit
f57dfd4762
2 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ import yaml
|
|||
|
||||
from utils.format_number import format_number
|
||||
|
||||
config = yaml.safe_load(open('config.yaml', 'r', encoding='utf-8'))
|
||||
config = yaml.safe_load(open('../config.yaml', 'r', encoding='utf-8'))
|
||||
|
||||
class Converter:
|
||||
def __init__(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue