diff --git a/messages.dat reader.py b/messages.dat reader.py index 252d71f4..c91755c7 100644 --- a/messages.dat reader.py +++ b/messages.dat reader.py @@ -10,7 +10,7 @@ APPNAME = "PyBitmessage" from os import path, environ if sys.platform == 'darwin': if "HOME" in environ: - appdata = path.join(os.environ["HOME"], "Library/Application support/", APPNAME) + '/' + appdata = path.join(environ["HOME"], "Library/Application support/", APPNAME) + '/' else: print 'Could not find home folder, please report this message and your OS X version to the BitMessage Github.' sys.exit()