Fix typo around cachePath

Identation was wrong in if/else statement
This commit is contained in:
pictuga 2013-11-10 23:55:44 +01:00
parent ee24702360
commit ddc9e4e3cb

View File

@ -548,7 +548,6 @@ if __name__ == '__main__':
sys.exit(0)
cachePath = os.getcwd() + '/cache'
else:
cachePath = os.path.expanduser('~') + '/.cache/morss'