更新NFLmusicv4.0.0版本
This commit is contained in:
5
tools/form_json.py
Normal file
5
tools/form_json.py
Normal file
@ -0,0 +1,5 @@
|
||||
import json
|
||||
|
||||
with open("../NFLmusic.json", "r") as f:
|
||||
json.loads(f.read())
|
||||
|
Reference in New Issue
Block a user