Browse Source

CMClient: fix identation for _parse_message

pull/18/merge
Rossen Georgiev 9 years ago
parent
commit
fa470a6b24
  1. 2
      steam/core/cm.py

2
steam/core/cm.py

@ -167,7 +167,7 @@ class CMClient(EventEmitter):
if is_proto(emsg_id): if is_proto(emsg_id):
msg = MsgProto(emsg, message) msg = MsgProto(emsg, message)
else: else:
msg = Msg(emsg, message, extended=True) esg = Msg(emsg, message, extended=True)
except Exception as e: except Exception as e:
logger.fatal("Failed to deserialize message: %s (is_proto: %s)", logger.fatal("Failed to deserialize message: %s (is_proto: %s)",
str(emsg), str(emsg),

Loading…
Cancel
Save