Edit mastered decks function (without breaking it)

This commit is contained in:
mez 2025-08-01 20:59:11 +01:00
parent 3e5c270b4f
commit b946ad3dda

View file

@ -1484,7 +1484,7 @@ def masteredtoday():
except:
pass
if len(mastereddecks) > 0:
print(", ".join(masterreddecks))
print(", ".join(mastereddecks))
else:
print("No decks mastered today")