End of typo fox in cachePath
parent
8a367f2251
commit
3a784be93e
2
morss.py
2
morss.py
|
@ -547,7 +547,7 @@ if __name__ == '__main__':
|
||||||
log('etag good')
|
log('etag good')
|
||||||
sys.exit(0)
|
sys.exit(0)
|
||||||
|
|
||||||
cachePath = os.getcwd() + '/cache'
|
cachePath = os.getcwd() + '/cache'
|
||||||
else:
|
else:
|
||||||
cachePath = os.path.expanduser('~') + '/.cache/morss'
|
cachePath = os.path.expanduser('~') + '/.cache/morss'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue