Browse Source

docs: fix steam_id property in cli example; #45

pull/50/head
Rossen Georgiev 9 years ago
parent
commit
d3c0a16932
  1. 2
      docs/user_guide.rst

2
docs/user_guide.rst

@ -195,7 +195,7 @@ Configuring logging will lets us see the internal interactions.
msg, = client.wait_event(EMsg.ClientAccountInfo)
print "Logged on as: %s" % msg.body.persona_name
print "SteamID: %s" % repr(client.steamid)
print "SteamID: %s" % repr(client.steam_id)
try:
client.run_forever()

Loading…
Cancel
Save