parent
ee24702360
commit
ddc9e4e3cb
5
morss.py
5
morss.py
|
@ -548,9 +548,8 @@ if __name__ == '__main__':
|
||||||
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'
|
|
||||||
|
|
||||||
if options.facebook:
|
if options.facebook:
|
||||||
facebook = Cache(cachePath, 'facebook', True)
|
facebook = Cache(cachePath, 'facebook', True)
|
||||||
|
|
Loading…
Reference in New Issue