0.0.0.0 -> 127.0.0.1
This commit is contained in:
@@ -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)
|
||||
Reference in New Issue
Block a user