saving work

This commit is contained in:
Tanushree Tunstall 2022-06-24 13:21:21 +01:00
parent 3514e1b4ba
commit ad99efedd7
5 changed files with 46 additions and 507 deletions

View file

@ -248,8 +248,7 @@ with open(OutFileFS, 'w') as f:
# , cls = NpEncoder
))
# # read json
# with open(OutFileFS, 'r') as f:
# data = json.load(f)
# read json
with open(OutFileFS, 'r') as f:data = json.load(f)
##############################################################################