Fsoky Community
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
4 additions and
0 deletions
-
README.md
|
@ -49,4 +49,8 @@ def login(): |
|
|
api.send_custom_alert(access_token, 12, "Test headline", "Test something message...") |
|
|
api.send_custom_alert(access_token, 12, "Test headline", "Test something message...") |
|
|
|
|
|
|
|
|
return user |
|
|
return user |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if __name__ == "__main__": |
|
|
|
|
|
client.run(debug=True) |
|
|
``` |
|
|
``` |
|
|