diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2020-04-24 17:24:57 +0200 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2020-04-24 17:24:57 +0200 |
| commit | e9f1e4e72454638067ac092c8eac9300cf30f636 (patch) | |
| tree | 7f493ad9932eb7b4506bad7c79907ac68b8119ed | |
| parent | bf9c2444942e861c1b5cae24573acb71ac7a4cae (diff) | |
Debug
| -rwxr-xr-x | notify.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,6 +19,6 @@ data=client.games.get_ongoing() for game in data: opponent=game["opponent"]["username"] lastMove=game["lastMove"] - if not(game["isMyTurn"]): + if game["isMyTurn"]: notify_send("Lichess ("+opponent+")","It is your turn !\n Your oppenent played "+lastMove) |
