Skip to content

Commit 1d7b2a9

Browse files
committed
Ref manual fix
1 parent 868575d commit 1d7b2a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

taipy/event/event_processor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ def on_scenario(event: Event, gui: Gui):
9999
if __name__ == "__main__":
100100
event_processor = EventProcessor()
101101
event_processor.on_event(callback=on_entity_creation, operation=EventOperation.CREATION)
102-
event_processor.on_event(callback=scenario_event, entity_type=EventEntityType.SCENARIO)
102+
event_processor.on_event(callback=on_scenario, entity_type=EventEntityType.SCENARIO)
103103
event_processor.start()
104104
```
105105

0 commit comments

Comments
 (0)