Skip to content

Commit 67cd69c

Browse files
oh no, my instance data........
1 parent 09d54f8 commit 67cd69c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

examples/full.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from whatsapp_chatbot_python import GreenAPIBot, Notification
22

33
bot = GreenAPIBot(
4-
"7105246622", "c880070976f64f8797484d14819276a457f481a327d64f9da4"
4+
"1101111111", "c880070976f64f8797484d14819276a457f481a327d64f9da4"
55
)
66

77

@@ -99,4 +99,4 @@ def show_interactive_buttons_reply_handler(notification: Notification) -> None:
9999
"Hope you like it!"
100100
)
101101

102-
bot.run_forever()
102+
bot.run_forever()

0 commit comments

Comments
 (0)