From 87eb415f454b4018f4b34808a381b316bc73a7b3 Mon Sep 17 00:00:00 2001 From: Alex Date: Fri, 9 Aug 2024 07:16:32 +0200 Subject: [PATCH] Angleichung Tool Menu --- osiris_listener_telegram.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/osiris_listener_telegram.py b/osiris_listener_telegram.py index 8f12b62..f17858a 100644 --- a/osiris_listener_telegram.py +++ b/osiris_listener_telegram.py @@ -77,12 +77,12 @@ main_menu = [ ] tools_menu = [ + [ + {"text": "<- Zurück", "callback_data": "nuc_back"} + ], [ {"text": "Status", "callback_data": "nuc_satus"}, {"text": "Shutdown", "callback_data": "nuc_shutdown"}, - ], - [ - {"text": "<- Zurück", "callback_data": "nuc_back"} ] # Add neue Tool Commands here ]