diff options
Diffstat (limited to 'src/sliceitoff/hiscores/hiscores.py')
-rw-r--r-- | src/sliceitoff/hiscores/hiscores.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sliceitoff/hiscores/hiscores.py b/src/sliceitoff/hiscores/hiscores.py index 4b71c1a..372db31 100644 --- a/src/sliceitoff/hiscores/hiscores.py +++ b/src/sliceitoff/hiscores/hiscores.py @@ -11,7 +11,7 @@ class HiScores: self.table=[] if os.name == 'nt': self.config_filename = os.path.join(Path.home(), "sliceitoff.cfg") - else: + else: self.config_filename = os.path.join( Path.home(), ".config", |