Edit mastered decks function (without breaking it)
This commit is contained in:
parent
3e5c270b4f
commit
b946ad3dda
1 changed files with 1 additions and 1 deletions
2
tools.py
2
tools.py
|
@ -1484,7 +1484,7 @@ def masteredtoday():
|
||||||
except:
|
except:
|
||||||
pass
|
pass
|
||||||
if len(mastereddecks) > 0:
|
if len(mastereddecks) > 0:
|
||||||
print(", ".join(masterreddecks))
|
print(", ".join(mastereddecks))
|
||||||
else:
|
else:
|
||||||
print("No decks mastered today")
|
print("No decks mastered today")
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue