Update report_generator.py

This commit is contained in:
SpudGunMan
2024-10-04 00:34:49 -07:00
parent 7044f85245
commit 3649246d19
-1
View File
@@ -79,7 +79,6 @@ def parse_log_file(file_path):
if 'Bot detected Commands' in line or 'LLM Query:' in line:
if 'LLM Query:' in line:
log_data['message_types']['LLM Query'] += 1
log_data['command_counts']['LLM Query'] += 1
log_data['command_timestamps'].append((timestamp.isoformat(), 'LLM Query'))