Skip to content

Commit baf5254

Browse files
committed
logs
1 parent 0d1a4bd commit baf5254

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def __init__(self, config):
5151
)
5252

5353
if not os.path.exists("logs"):
54-
os.mkdir(config["logs"])
54+
os.mkdir("logs")
5555
logging.basicConfig(
5656
filename=config["access-log"],
5757
filemode="w",

0 commit comments

Comments
 (0)