mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-15 02:54:09 -04:00
Fix spacing for flake8
This commit is contained in:
parent
0e44930db3
commit
a627c27bd3
1 changed files with 1 additions and 1 deletions
|
@ -1272,7 +1272,7 @@ class PysolMenubarTkCommon:
|
||||||
self.game.resizeGame()
|
self.game.resizeGame()
|
||||||
self.game.doPause()
|
self.game.doPause()
|
||||||
if self.game.pause:
|
if self.game.pause:
|
||||||
self.game.doPause()
|
self.game.doPause()
|
||||||
if d.status == 0 and d.button == 0 and d.gameid != self.game.id:
|
if d.status == 0 and d.button == 0 and d.gameid != self.game.id:
|
||||||
self.tkopt.gameid.set(d.gameid)
|
self.tkopt.gameid.set(d.gameid)
|
||||||
self.tkopt.gameid_popular.set(d.gameid)
|
self.tkopt.gameid_popular.set(d.gameid)
|
||||||
|
|
Loading…
Add table
Reference in a new issue