Update app.py

This commit is contained in:
Stefan Pejcic
2025-05-08 13:24:28 +02:00
committed by GitHub
parent b2b5847386
commit 4f0d96df10

View File

@@ -70,4 +70,5 @@ def get_screenshot(domain):
return jsonify({'error': 'Failed to capture screenshot'}), 500
if __name__ == '__main__':
app.run(debug=True)
app.run(host='0.0.0.0', port=80, debug=True)