We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d1a4bd commit baf5254Copy full SHA for baf5254
main.py
@@ -51,7 +51,7 @@ def __init__(self, config):
51
)
52
53
if not os.path.exists("logs"):
54
- os.mkdir(config["logs"])
+ os.mkdir("logs")
55
logging.basicConfig(
56
filename=config["access-log"],
57
filemode="w",
0 commit comments