move in open function

This commit is contained in:
WorldTeacher
2024-01-31 15:42:56 +01:00
parent bf1a3de8c2
commit d0a5ade15e

View File

@@ -3,6 +3,7 @@ import os
if not os.path.exists("logs"):
os.mkdir("logs")
#open and close the file to create it
with open("logs/application.log", "w") as f:
pass