Browse Source
Too big integers or numeric strings raise TypeError in make_steam64 instead of returning valid SteamID object with the invalid flag set.
Examples:
SteamID(111111111111111111111111111111111111111)
SteamID('11111111111111111111111111111111111111')
pull/248/head
committed by
GitHub
1 changed files with 3 additions and 0 deletions
Loading…
Reference in new issue