Skip to content

Commit

Permalink
properly pass http_timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
hexiro authored and rossengeorgiev committed Jun 13, 2021
1 parent fee99bb commit 743725d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion steam/steamid.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 743725d

Please sign in to comment.