diff --git a/morss.py b/morss.py index e14c91d..39398c2 100644 --- a/morss.py +++ b/morss.py @@ -547,7 +547,7 @@ if __name__ == '__main__': log('etag good') sys.exit(0) - cachePath = os.getcwd() + '/cache' + cachePath = os.getcwd() + '/cache' else: cachePath = os.path.expanduser('~') + '/.cache/morss'