TheLovinator1 / discord-free-game-notifier

Send webhook to Discord when a new game releases on Steam, Epic Games Store, Ubisoft Connect or GOG.
GNU General Public License v3.0
26 stars 4 forks source link

Empty free GOG list #81

Closed jmbox closed 1 year ago

jmbox commented 1 year ago

File "discord-free-game-notifier/discord_free_game_notifier/gog.py", line 124, in get_free_gog_game_from_list for child in games.children: # type: ignore # noqa: PGH003 ^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'children' 2023-06-26 at 03:20:21 ERROR Job failed: 'NoneType' object has no attribute 'children'

Add a check for None above this. Thanks!

TheLovinator1 commented 1 year ago

Oops, this should be fixed now, thanks for notifying me. Don't be afraid to tell me if there is something else that is wrong or should be added!