Skip to content

Commit

Permalink
Props order
Browse files Browse the repository at this point in the history
  • Loading branch information
akadlec committed Dec 4, 2021
1 parent 57bb437 commit 820c256
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fb_bus_connector_plugin/clients/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,8 +215,8 @@ def create( # pylint: disable=too-many-arguments
client_address=client_address,
client_baud_rate=client_baud_rate,
client_interface=client_interface,
protocol_version=protocol_version,
client_state=True,
protocol_version=protocol_version,
handler=self.__handler,
logger=self.__logger,
)
Expand Down

0 comments on commit 820c256

Please sign in to comment.