humble-steam-key-redeemer icon indicating copy to clipboard operation
humble-steam-key-redeemer copied to clipboard

More key filtering issues...

Open MSDNAndi opened this issue 3 years ago • 0 comments

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.

MSDNAndi avatar Jan 09 '22 07:01 MSDNAndi