faktury
This commit is contained in:
parent
a7bebfd642
commit
dc99e40e48
2
ec2.py
2
ec2.py
@ -248,7 +248,7 @@ def create_js_scripts(ip):
|
|||||||
});
|
});
|
||||||
"""
|
"""
|
||||||
|
|
||||||
with open('scripts.js', 'w') as js_file:
|
with open('static/scripts.js', 'w') as js_file:
|
||||||
js_file.write(js_content)
|
js_file.write(js_content)
|
||||||
print(f"Generated scripts.js with ip: {ip}")
|
print(f"Generated scripts.js with ip: {ip}")
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user