Skip to content

Commit ea45b1d

Browse files
authored
Comment out game statistics variables
Comment out variables for games played, won, and lost.
1 parent 69c8b72 commit ea45b1d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Section #3/Lichess.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@
2929
#===============================================================#
3030
account = Matirx
3131
##===-==-====----===
32-
games_played = #fill
32+
#games_played = #fill
3333
##===-==-====----===
34-
games_won = #fill
34+
#games_won = #fill
3535
##===-==-====----===
36-
games_lost = #fill
36+
#games_lost = #fill
3737
##===-==-====----===
3838

3939

0 commit comments

Comments
 (0)