End of typo fox in cachePath

master
pictuga 2013-11-11 00:34:32 +01:00
parent 8a367f2251
commit 3a784be93e
1 changed files with 1 additions and 1 deletions

View File

@ -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'