Spaces:
Runtime error
Runtime error
kwabs22
commited on
Commit
·
91635a9
1
Parent(s):
56ffade
Load game supports media now?
Browse files
app.py
CHANGED
@@ -538,6 +538,7 @@ def load_game(custom_config=None, with_media=False):
|
|
538 |
output_media = None
|
539 |
|
540 |
print("everything fine till here")
|
|
|
541 |
if with_media:
|
542 |
if all_states[starting_location][starting_state][media]:
|
543 |
print(f"everything fine till here 4 - {all_states[starting_location][starting_state][media]}")
|
|
|
538 |
output_media = None
|
539 |
|
540 |
print("everything fine till here")
|
541 |
+
print(all_states[starting_location][starting_state])
|
542 |
if with_media:
|
543 |
if all_states[starting_location][starting_state][media]:
|
544 |
print(f"everything fine till here 4 - {all_states[starting_location][starting_state][media]}")
|