This commit is contained in:
dzikafoczka 2024-12-21 22:19:22 +01:00
parent a7bebfd642
commit dc99e40e48
4 changed files with 1 additions and 1 deletions

2
ec2.py
View File

@ -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)
print(f"Generated scripts.js with ip: {ip}")