mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-08-07 09:22:44 +02:00
Update report_generator.py
This commit is contained in:
@@ -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'))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user