mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
Update app.py
This commit is contained in:
parent
b2b5847386
commit
4f0d96df10
@ -70,4 +70,5 @@ def get_screenshot(domain):
|
|||||||
return jsonify({'error': 'Failed to capture screenshot'}), 500
|
return jsonify({'error': 'Failed to capture screenshot'}), 500
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
app.run(debug=True)
|
app.run(host='0.0.0.0', port=80, debug=True)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user