From 29287c115985a89c261b8753eabe930ff4a81011 Mon Sep 17 00:00:00 2001 From: Nis Wechselberg Date: Sun, 4 Feb 2018 16:42:02 +0100 Subject: [PATCH] Added comment about missing login check --- gogconnect-notify.py | 1 + 1 file changed, 1 insertion(+) diff --git a/gogconnect-notify.py b/gogconnect-notify.py index 662acbb..dc65ca7 100755 --- a/gogconnect-notify.py +++ b/gogconnect-notify.py @@ -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,