Skip to content

Commit

Permalink
hotfix/message_kwarg
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Jun 4, 2024
1 parent 1c9af20 commit 4b962e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hivemind_bus_client/serialization.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def _decode_bitstring_v1(s):
payload = payload.bytes
meta["bin_type"] = bin_type

return HiveMessage(hive_type, payload, meta=meta, **kwargs)
return HiveMessage(hive_type, payload, **kwargs)


def mycroft2bitstring(msg, compressed=False):
Expand Down

0 comments on commit 4b962e6

Please sign in to comment.