diff --git a/steam/core/cm.py b/steam/core/cm.py index 488a0f6..0e10895 100644 --- a/steam/core/cm.py +++ b/steam/core/cm.py @@ -30,10 +30,9 @@ logger = logging.getLogger("CMClient") class CMClient(EventEmitter): TCP = 0 UDP = 1 + verbose_debug = False def __init__(self, protocol=0): - self.verbose_debug = False - self._init_attributes() self.servers = CMServerList()