Skip to content

Commit 0483c44

Browse files
Fix config location in main
1 parent 318636c commit 0483c44

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
handlers = [logging.StreamHandler()]
2222

23-
with open("/app/config/config.toml") as f:
23+
with open("config.toml") as f:
2424
config = tomllib.loads(f.read())
2525

2626
if config["log"]["file"]:

0 commit comments

Comments
 (0)