Finish 03

This commit is contained in:
2026-02-08 22:08:13 +01:00
parent 7dae500786
commit bf3fec4335
2 changed files with 367 additions and 1 deletions

View File

@@ -52,8 +52,8 @@ def game_data_stream_processor(
) -> None:
print("=== Game Data Stream Processor ===\n")
print(f"Processing {len(events)} game events...\n")
log = event_analytics(events)
try:
log = event_analytics(events)
while True:
next(log)
except StopIteration as res: