From 8eba40a041852a1af6700fba76f1dfa2bbf5fc7b Mon Sep 17 00:00:00 2001 From: Frank Date: Mon, 29 Jan 2018 21:13:38 +0100 Subject: [PATCH] Updating Space issue on Mac Updating Space issue on Mac Changed line 54 --- radiorec.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/radiorec.py b/radiorec.py index 9255bc8..e2f6b0e 100755 --- a/radiorec.py +++ b/radiorec.py @@ -51,8 +51,7 @@ def read_settings(): elif sys.platform == 'win32': settings_base_dir = os.getenv('LOCALAPPDATA') + os.sep + 'radiorec' elif sys.platform == 'darwin': - settings_base_dir = os.getenv('HOME') + os.sep + 'Library' + os.sep - + 'Application Support' + os.sep + 'radiorec' + settings_base_dir = os.getenv('HOME') + os.sep + 'Library' + os.sep + 'Application Support' + os.sep + 'radiorec' settings_base_dir += os.sep config = configparser.ConfigParser() try: