mirror of
https://github.com/varunsridharan/github-gitea-mirror.git
synced 2024-11-23 09:19:03 +03:00
Updated To Print JS Neat
This commit is contained in:
parent
3b80c5cd6c
commit
7f3e49cffa
@ -10,7 +10,7 @@ config = getConfig()
|
||||
def writeLocalCache(content):
|
||||
try:
|
||||
with open(config['local_cache']['file_path'], 'w') as file:
|
||||
file.write(json.dumps(content))
|
||||
file.write(json.dumps(content, indent=4, sort_keys=True))
|
||||
except:
|
||||
logError('Unable To Save Local Cache !')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user