0.0.0.0 -> 127.0.0.1

This commit is contained in:
ataymano@microsoft.com
2025-08-20 12:09:12 -04:00
parent 5171b09248
commit 0e7ee8e23f
4 changed files with 4 additions and 4 deletions

View File

@@ -78,4 +78,4 @@ def capture_screen_with_cursor():
return send_file(img_io, mimetype='image/png')
if __name__ == '__main__':
app.run(debug=True, host="0.0.0.0", port=args.port)
app.run(host="127.0.0.1", port=args.port)