Skip to content

Commit

Permalink
Incorrect arguments passed in call() function (Fixes #1953)
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelgrinberg committed Mar 17, 2023
1 parent 8eb49a9 commit d2cf049
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/flask_socketio/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -946,7 +946,6 @@ def get_status(client, data):

socketio = flask.current_app.extensions['socketio']
return socketio.call(event, *args, namespace=namespace, to=to,
include_self=False, skip_sid=None,
ignore_queue=ignore_queue, timeout=timeout)


Expand Down

0 comments on commit d2cf049

Please sign in to comment.