mirror of
https://github.com/lumapu/ahoy.git
synced 2025-08-06 09:58:23 +02:00
fix CORS for local devbuild install
This commit is contained in:
parent
a12b5220c4
commit
aa7a844ff8
3 changed files with 37 additions and 3 deletions
|
@ -47,8 +47,7 @@ def buildManifest(path, infile, outfile):
|
|||
|
||||
jsonString = json.dumps(data, indent=2)
|
||||
|
||||
os.mkdir(path + "json/")
|
||||
fp = open(path + "json/" + outfile, "w")
|
||||
fp = open(path + "firmware/" + outfile, "w")
|
||||
fp.write(jsonString)
|
||||
fp.close()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue