We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b8d037 commit ca6f9c3Copy full SHA for ca6f9c3
main.py
@@ -42,6 +42,10 @@ def check_balcony_stateroom_availability(id):
42
# print("Balcony Stateroom is not available")
43
else:
44
print("Balcony Stateroom not found in the response.")
45
+ message += "Balcony NOT available"
46
+ send_url = 'https://api.telegram.org/bot6453714074:AAEJFCtoIRzxkBtoKF1H2ExlGz-IvgaSUoc/sendmessage?chat_id=1607046133&text={}'.format(message)
47
+ requests.get(send_url)
48
+
49
50
# Run the code every four hours
51
arrangement_id = 1709424000319833# 3/3
0 commit comments