Skip to content

Commit 3552ac5

Browse files
authored
Update get_rooms.py
1 parent 18d4a52 commit 3552ac5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

get_rooms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def get_room_inventory(arrangement_id):
103103
res += f'{item["date"]} : {get_room_inventory(item["time_slots"][0]["arrangement_id"])}\n'
104104

105105

106-
send_url = 'https://api.telegram.org/bot6453714074:AAEJFCtoIRzxkBtoKF1H2ExlGz-IvgaSUoc/sendmessage?chat_id=-4067239998&text="{}"'.format(res)
106+
send_url = 'https://api.telegram.org/bot6453714074:AAEJFCtoIRzxkBtoKF1H2ExlGz-IvgaSUoc/sendmessage?chat_id=-4067239998&text={}'.format(res)
107107
# print(send_url)
108108
requests.get(send_url)
109109
print("sent")

0 commit comments

Comments
 (0)