Browse Source

fix not reseting channel_key on disconnect

pull/34/head
Rossen Georgiev 9 years ago
parent
commit
881a0731c3
  1. 2
      steam/core/cm.py

2
steam/core/cm.py

@ -152,7 +152,7 @@ class CMClient(EventEmitter):
def _reset_attributes(self):
for name in ['connected',
'channel_secured',
'key',
'channel_key',
'channel_hmac',
'steam_id',
'session_id',

Loading…
Cancel
Save