Update xp.py

This commit is contained in:
2026-07-06 08:01:22 +00:00
parent 1a09c203f4
commit 1b7d3323b8
+1 -1
View File
@@ -59,6 +59,7 @@ run();
</script>
</body>
</html>"""
app = Flask(__name__)
@app.route("/")
def index():
@@ -77,7 +78,6 @@ print(f"+ {args.command} on {args.maillink}")
html = pbuild(args.maillink.rstrip("/"), gadget)
app = Flask(__name__)
print("+ serving page")