Browse Source

Update README.md

main
Fsoky Community 4 years ago
committed by GitHub
parent
commit
c6f5b03cbf
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      README.md

4
README.md

@ -49,4 +49,8 @@ def login():
api.send_custom_alert(access_token, 12, "Test headline", "Test something message...")
return user
if __name__ == "__main__":
client.run(debug=True)
```

Loading…
Cancel
Save