diff options
Diffstat (limited to 'notify.py')
| -rwxr-xr-x | notify.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,7 +3,7 @@ import berserk, subprocess # Change ACCESS TOKEN according to your need -ACCESS_TOKEN="EiZbLRtZzWnTL4xh" +ACCESS_TOKEN="" # Notify using notify-send @@ -20,5 +20,5 @@ for game in data: opponent=game["opponent"]["username"] lastMove=game["lastMove"] if game["isMyTurn"]: - notify_send("Lichess ("+opponent+")","It is your turn !\n Your oppenent played "+lastMove) + notify_send("Lichess.org ("+opponent+")","It is your turn !\n Your opponent played "+lastMove) |
