mirror of
https://github.com/DavidGailleton/42-Piscine_Python.git
synced 2026-03-14 05:06:55 +01:00
Finish 03
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user