Skip to content

Commit

Permalink
Update cm.py
Browse files Browse the repository at this point in the history
  • Loading branch information
njbooher authored Sep 8, 2024
1 parent 896c95c commit 5ce82c2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion steam/core/cm.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ def __init__(self, protocol=PROTOCOL_TCP):
self.on(EMsg.ClientLogOnResponse, self._handle_logon),
self.on(EMsg.ClientCMList, self._handle_cm_list),


def emit(self, event, *args):
if event is not None:
self._LOG.debug("Emit event: %s" % repr(event))
Expand Down

0 comments on commit 5ce82c2

Please sign in to comment.