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:
parent
7808c546e8
commit
8098843e1e
1 changed files with 2 additions and 2 deletions
|
@ -603,8 +603,8 @@ class SelectGameDialogWithPreview(SelectGameDialog):
|
||||||
continue
|
continue
|
||||||
|
|
||||||
if self.criteria.statistics != '':
|
if self.criteria.statistics != '':
|
||||||
won, lost = self.app.stats.getStats \
|
won, lost = (self.app.stats.getStats
|
||||||
(self.app.opt.player, game.id)
|
(self.app.opt.player, game.id))
|
||||||
statoption = \
|
statoption = \
|
||||||
self.criteria.statisticsOptions[self.criteria.statistics]
|
self.criteria.statisticsOptions[self.criteria.statistics]
|
||||||
if statoption == 'played' and won + lost == 0:
|
if statoption == 'played' and won + lost == 0:
|
||||||
|
|
Loading…
Add table
Reference in a new issue