| summaryrefslogtreecommitdiff |
path: root/tonkadur_ui.py
diff options
| author | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2021-10-24 21:38:07 +0200 |
|---|---|---|
| committer | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2021-10-24 21:38:07 +0200 |
| commit | 54cccfd693939f0f01b0b36767690097cc1c5f90 (patch) | |
| tree | afbb1823a6b44e3f602e447dcc1d256c1c23393e /tonkadur_ui.py | |
| parent | a322d9bdbdd497fdcc515964a033af40a7893659 (diff) | |
Commits forgotten changes.
Diffstat (limited to 'tonkadur_ui.py')
| -rw-r--r-- | tonkadur_ui.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tonkadur_ui.py b/tonkadur_ui.py index 2dc563e..6fb5b5b 100644 --- a/tonkadur_ui.py +++ b/tonkadur_ui.py @@ -99,7 +99,7 @@ try: current_choice = 0; for choice in result['options']: - if (choice["category"] == "option"): + if (choice["category"] == "text_option"): print( str(current_choice) + ". " |


