Skip to content

Commit

Permalink
fix ValvePython#408; heartbeat_seconds on login
Browse files Browse the repository at this point in the history
  • Loading branch information
rossengeorgiev committed Oct 5, 2022
1 parent 45723f1 commit 8d9b569
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion steam/core/cm.py
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ def _handle_logon(self, msg):

self._LOG.debug("Heartbeat started.")

interval = msg.body.out_of_game_heartbeat_seconds
interval = msg.body.heartbeat_seconds
self._heartbeat_loop = gevent.spawn(self.__heartbeat, interval)
else:
self.emit(self.EVENT_ERROR, EResult(result))
Expand Down

0 comments on commit 8d9b569

Please sign in to comment.