1
0
Fork 0
mirror of https://github.com/shlomif/PySolFC.git synced 2025-04-05 00:02:29 -04:00

Fixed spacing issue.

This commit is contained in:
Joe R 2023-06-29 22:57:22 -04:00
parent 7808c546e8
commit 8098843e1e

View file

@ -603,8 +603,8 @@ class SelectGameDialogWithPreview(SelectGameDialog):
continue
if self.criteria.statistics != '':
won, lost = self.app.stats.getStats \
(self.app.opt.player, game.id)
won, lost = (self.app.stats.getStats
(self.app.opt.player, game.id))
statoption = \
self.criteria.statisticsOptions[self.criteria.statistics]
if statoption == 'played' and won + lost == 0: