We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8959107 commit dbc79d8Copy full SHA for dbc79d8
sc2reader/objects.py
@@ -193,7 +193,8 @@ class Player(Person):
193
subregion = int()
194
195
#: The player's bnet uid for his region/subregion.
196
- #: Used to construct the bnet profile url.
+ #: Used to construct the bnet profile url. This value can be zero for games
197
+ #: played offline when a user was not logged in to battle.net.
198
uid = int()
199
200
def __init__(self, pid, name):
0 commit comments