Updating Space issue on Mac
Updating Space issue on Mac Changed line 54
This commit is contained in:
parent
d8113b9cc9
commit
8eba40a041
1 changed files with 1 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue