Skip to content

Commit

Permalink
fix typo before the grammer police gets me
Browse files Browse the repository at this point in the history
  • Loading branch information
rossengeorgiev committed Jul 27, 2022
1 parent e8ab3c3 commit 4650362
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion steam/core/cm.py
Expand Up @@ -498,7 +498,7 @@ def bootstrap_from_webapi(self, cell_id=0):
return False

serverlist = resp['response']['serverlist']
self._LOG.debug("Recieved %d servers from WebAPI" % len(serverlist))
self._LOG.debug("Received %d servers from WebAPI" % len(serverlist))

def str_to_tuple(serveraddr):
ip, port = serveraddr.split(':')
Expand Down

0 comments on commit 4650362

Please sign in to comment.