Added comment about missing login check
This commit is contained in:
parent
a3ef713829
commit
29287c1159
1 changed files with 1 additions and 0 deletions
|
@ -212,6 +212,7 @@ def cmd_check():
|
|||
|
||||
user_data = json.loads(session.get("{}/userData.json".format(GOG_HOME_URL)).text)
|
||||
|
||||
# TODO: Make sure the user is logged in (check isLoggedIn in received JSON)
|
||||
|
||||
# Refresh Steam products
|
||||
refresh_url = "{}/{}/gogLink/steam/synchronizeUserProfile".format(GOG_API_URL,
|
||||
|
|
Loading…
Reference in a new issue