Хай Зяблс

Results 2 issues of Хай Зяблс

I get the following messages in the console (without logging): `Failed to parse: ` `Failed to parse: ` but it doesn't seem to raise exceptions. So is it right to...

In file https://github.com/ValvePython/steam/blob/0a6d152e514f0f0cfd8f8e17a8d86341e85aff23/steam/client/__init__.py#L484 in method called `login` on line 569 we can see a useless check: ```python if resp and resp.body.eresult == EResult.OK: self.sleep(0.5) ``` this is useless because it...

enhancement
needs-review