randydev commited on
Commit
8b01779
·
verified ·
1 Parent(s): 81e2728

Update Detection/manager/start.py

Browse files
Files changed (1) hide show
  1. Detection/manager/start.py +1 -0
Detection/manager/start.py CHANGED
@@ -14,6 +14,7 @@ force_reply = ReplyKeyboardMarkup(
14
  [
15
  [KeyboardButton("Create Detection", request_contact=True), KeyboardButton("Show Sessions")],
16
  [KeyboardButton("Start Sessions"), KeyboardButton("My Delete All")],
 
17
  [KeyboardButton("Cancel")]
18
  ],
19
  resize_keyboard=True,
 
14
  [
15
  [KeyboardButton("Create Detection", request_contact=True), KeyboardButton("Show Sessions")],
16
  [KeyboardButton("Start Sessions"), KeyboardButton("My Delete All")],
17
+ [KeyboardButton("My Info")],
18
  [KeyboardButton("Cancel")]
19
  ],
20
  resize_keyboard=True,