thejagstudio
commited on
Commit
•
651681f
1
Parent(s):
1445589
Update main.py
Browse files
main.py
CHANGED
@@ -246,8 +246,8 @@ def create_app():
|
|
246 |
if os.path.exists("./build/arc-sw.js"):
|
247 |
os.remove("./build/arc-sw.js")
|
248 |
soup.find("script", {"id": "@ld-script-arcio"})["src"] = ""
|
249 |
-
with open("./build/index.html", "w+") as w:
|
250 |
-
|
251 |
r.close()
|
252 |
|
253 |
app = flask.Flask(__name__, static_folder="build")
|
|
|
246 |
if os.path.exists("./build/arc-sw.js"):
|
247 |
os.remove("./build/arc-sw.js")
|
248 |
soup.find("script", {"id": "@ld-script-arcio"})["src"] = ""
|
249 |
+
#with open("./build/index.html", "w+") as w:
|
250 |
+
# w.write(str(soup))
|
251 |
r.close()
|
252 |
|
253 |
app = flask.Flask(__name__, static_folder="build")
|