Browse Source

Cosmetics! (-:

pull/381/head
Joachim Tingvold 13 years ago
parent
commit
8e13fcd0d1
  1. 2
      couchpotato/core/helpers/variable.py

2
couchpotato/core/helpers/variable.py

@ -25,7 +25,7 @@ def getDataDir():
# FreeBSD
if 'freebsd9' in sys.platform:
return os.path.join('/usr/local/', 'couchpotato', 'data')
return os.path.join('/usr/local/', 'couchpotato', 'data')
# Linux
return os.path.join(user_dir, '.couchpotato')

Loading…
Cancel
Save