humble-steam-key-redeemer
humble-steam-key-redeemer copied to clipboard
More key filtering issues...
As said in the other issue the filter for key["gamekey"] simply filters to many keys as multiple different keys share the same gamekey.
That said, the line that I changed steam_keys = [key for key in steam_keys if key["redeemed_key_val"] not in filtered_keys] did not filter out some keys even though when looping through all "key" I clearly could find the value key["redeemed_key_val"] both in the keys and in the filtered_keys files and loaded lists.
There is an issue with "in" not finding all instances.