saving work
This commit is contained in:
parent
3514e1b4ba
commit
ad99efedd7
5 changed files with 46 additions and 507 deletions
|
@ -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)
|
||||
##############################################################################
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue