fix that needed for later

This commit is contained in:
SpudGunMan
2024-11-25 11:51:25 -08:00
parent c416b00383
commit c89f14b3c2
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -923,7 +923,7 @@ def generate_database_html(database_info):
def main():
log_dir = LOG_PATH
today = datetime.now().strftime('%Y-%m-%d')
log_file = f'meshbot.log.{today}'
log_file = f'meshbot.log'
log_path = os.path.join(log_dir, log_file)
if not os.path.exists(log_path):
+1 -1
View File
@@ -1218,7 +1218,7 @@ def main():
# Log file
log_dir = LOG_PATH
today = datetime.now().strftime('%Y-%m-%d')
log_file = f'meshbot.log.{today}'
log_file = f'meshbot.log'
log_path = os.path.join(log_dir, log_file)
if not os.path.exists(log_path):