fix state

This commit is contained in:
s464962 2024-06-08 12:44:13 +02:00
parent e24d1894a3
commit 29700baaf9

View File

@ -27,7 +27,7 @@ def default_state():
'user_action': [],
'system_action': [],
'terminated': False,
'booked': []
'booked': {}
}