understanding commited on
Commit
623a28f
·
verified ·
1 Parent(s): 2afa179

Update bot/ui/callbacks.py

Browse files
Files changed (1) hide show
  1. bot/ui/callbacks.py +3 -0
bot/ui/callbacks.py CHANGED
@@ -18,7 +18,10 @@ BACK = "back"
18
  MENU_HELP = "menu_help"
19
  MENU_AUTH = "menu_auth"
20
  MENU_PROFILES = "menu_profiles"
 
 
21
  MENU_SPEEDTEST = "menu_speedtest"
 
22
 
23
  # upload confirm actions
24
  UP_GO = "up_go"
 
18
  MENU_HELP = "menu_help"
19
  MENU_AUTH = "menu_auth"
20
  MENU_PROFILES = "menu_profiles"
21
+
22
+ # ✅ Keep old + new names compatible
23
  MENU_SPEEDTEST = "menu_speedtest"
24
+ MENU_SPEED = MENU_SPEEDTEST # handlers.py expects MENU_SPEED
25
 
26
  # upload confirm actions
27
  UP_GO = "up_go"