fix logging

This commit is contained in:
ForeverPyrite
2024-11-20 15:14:21 -05:00
parent 3bd217e7fc
commit 65f5d3c742

View File

@@ -58,7 +58,7 @@ import pytz
from datetime import datetime
def log(str):
with open("log.md", "at") as file:
with open("logs/log.md", "at") as file:
file.write(str)
### OpenAI Config