Fix art shop generator, remove received cards from pending

This commit is contained in:
mez 2025-05-15 20:35:10 +01:00
parent e9cda90ff2
commit 784b440a67
2 changed files with 6 additions and 3 deletions

View file

@ -245,6 +245,11 @@ for event in log.log:
pends.remove(card)
except:
pass
try:
for card in event["received"]:
pends.remove(card)
except:
pass
if logit == True:
logitems.append(logentry)