We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5140ca commit b812f00Copy full SHA for b812f00
pushover_bildirim.py
@@ -1,6 +1,6 @@
1
from pushover import Client
2
import sys
3
-client = Client("client", api_token="api") #client ve api yazan yerlerin değerlerini gir!
+client = Client("client", api_token="api") #client ve api yazan yerlerin değerlerini gir!!!
4
a = "Bu bir deneme bildirim mesajıdır. Lütfen cevap vermeyiniz. Bu bildirimi aldıysanız programınız düzgün çalışıyor demektir. \nİyi Günler..."
5
6
client.send_message(a, title="Bildirim Başarılı")
0 commit comments