From c3c2fe6dfc062c3072d3f3fd9b719def9334b030 Mon Sep 17 00:00:00 2001 From: Rossen Georgiev Date: Mon, 23 May 2016 10:30:59 +0100 Subject: [PATCH] add missing line in GC example --- steam/client/gc.py | 1 + 1 file changed, 1 insertion(+) diff --git a/steam/client/gc.py b/steam/client/gc.py index 5de9c82..3a60914 100644 --- a/steam/client/gc.py +++ b/steam/client/gc.py @@ -32,6 +32,7 @@ Example implementation of Dota 2 GC client with inheritance. client.login() client.games_played([570]) + dota.send_hello() The above code assumes that we have a ``myDotaModule`` that contains the appropriate protobufs needed to (de)serialize message for communication with GC.