From ba6a3ff28dc21fbd4e77306ab9fbd881421192aa Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Fri, 24 Apr 2020 18:35:25 +0200 Subject: Cleaning --- notify.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'notify.py') diff --git a/notify.py b/notify.py index 9168dc6..6a76bbd 100755 --- a/notify.py +++ b/notify.py @@ -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) -- cgit v1.2.3