From 3a784be93ef2247e7d4ca5b576d01694a5d34911 Mon Sep 17 00:00:00 2001 From: pictuga Date: Mon, 11 Nov 2013 00:34:32 +0100 Subject: [PATCH] End of typo fox in cachePath --- morss.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'