Skip to content

Commit 19d1477

Browse files
Update resturent.py
1 parent 3f8968f commit 19d1477

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Restruant Management System/resturent.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,7 @@ def send_bill():
570570
messagebox.showerror("Error",'Bill Details is empty')
571571
else:
572572
url = "https://www.fast2sms.com/dev/bulk"
573-
api="SAoyOfCljesLHRJFbciIkYNQm67an5WXpxgt2qUDvKEhVwrTz0ICwMNgBmtoRVXWSPFdcfvO0Yla5i8e" #go to fast2sms.com signup to get the free api and put it into here in api variable
573+
api="" #go to fast2sms.com signup to get the free api and put it into here in api variable
574574
querystring = {"authorization":api,"sender_id":"FSTSMS","message":messages,"language":"english","route":"p","numbers":ph_number}
575575

576576
headers = {
@@ -918,4 +918,4 @@ def cleared_bill():
918918
root.mainloop()
919919

920920

921-
# ==============xxxxxxxxxxxxxxxxxxxx==== End code Here =======xxxxxxxxxxxxxxxx==========
921+
# ==============xxxxxxxxxxxxxxxxxxxx==== End code Here =======xxxxxxxxxxxxxxxx==========

0 commit comments

Comments
 (0)