Update Detection/manager/start.py
Browse files
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,
|