Browse Source

properly pass `http_timeout`

pull/339/head
Hexiro 4 years ago
committed by Rossen
parent
commit
743725dd2d
  1. 2
      steam/steamid.py

2
steam/steamid.py

@ -597,7 +597,7 @@ def from_url(url, http_timeout=30):
"""
steam64 = steam64_from_url(url)
steam64 = steam64_from_url(url, http_timeout)
if steam64:
return SteamID(steam64)

Loading…
Cancel
Save