1
0
Fork 0
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:
Joe R 2025-04-10 21:13:54 -04:00
parent 0e44930db3
commit a627c27bd3

View file

@ -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)