Fix to msg attr access
parent
689bc0cde0
commit
95f466b93d
|
@ -1400,7 +1400,7 @@ async def trades_dialogue(
|
||||||
# mark msg as from "external system"
|
# mark msg as from "external system"
|
||||||
# TODO: probably something better then this.. and start
|
# TODO: probably something better then this.. and start
|
||||||
# considering multiplayer/group trades tracking
|
# considering multiplayer/group trades tracking
|
||||||
msg['external'] = True
|
msg.external = True
|
||||||
continue
|
continue
|
||||||
|
|
||||||
# XXX: we always serialize to a dict for msgpack
|
# XXX: we always serialize to a dict for msgpack
|
||||||
|
|
Loading…
Reference in New Issue