diff --git a/websockify/websocketproxy.py b/websockify/websocketproxy.py index 6169270..5a6d90e 100755 --- a/websockify/websocketproxy.py +++ b/websockify/websocketproxy.py @@ -419,8 +419,6 @@ def websockify_init(): parser.add_option("--auth-source", default=None, metavar="ARG", help="an argument to be passed to the auth plugin" "on instantiation") - parser.add_option("--auto-pong", action="store_true", - help="Automatically respond to ping frames with a pong") parser.add_option("--heartbeat", type=int, default=0, help="send a ping to the client every HEARTBEAT seconds") parser.add_option("--log-file", metavar="FILE",