Debug
This commit is contained in:
parent
bf9c244494
commit
e9f1e4e724
1 changed files with 1 additions and 1 deletions
|
@ -19,6 +19,6 @@ data=client.games.get_ongoing()
|
||||||
for game in data:
|
for game in data:
|
||||||
opponent=game["opponent"]["username"]
|
opponent=game["opponent"]["username"]
|
||||||
lastMove=game["lastMove"]
|
lastMove=game["lastMove"]
|
||||||
if not(game["isMyTurn"]):
|
if game["isMyTurn"]:
|
||||||
notify_send("Lichess ("+opponent+")","It is your turn !\n Your oppenent played "+lastMove)
|
notify_send("Lichess ("+opponent+")","It is your turn !\n Your oppenent played "+lastMove)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue