Skip to content

Commit 991cfff

Browse files
committed
add another time option
1 parent 9b779f2 commit 991cfff

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.gitignore

Whitespace-only changes.

EarlyBird.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def send_poll(token, chat_id):
8989
payload = {
9090
'chat_id': chat_id,
9191
'question': "Wann gehen wir heute essen?",
92-
'options': json.dumps(["Bin nicht am Ikum", "idk, maybe irgendwann", "11:45", "12:00", "12:30", "13:00", "13:30"]),
92+
'options': json.dumps(["Bin nicht am Ikum", "idk, maybe irgendwann", "11:45", "12:00", "12:30", "13:00", "13:30", "14:00"]),
9393
'allows_multiple_answers': False,
9494
'is_anonymous': False
9595
}

0 commit comments

Comments
 (0)