Update card_output.py
Remove old static reference
This commit is contained in:
parent
2bda40e8ef
commit
608075c0a8
@ -62,7 +62,6 @@ def get_pitcher_rarity(total_ops, s_rat):
|
|||||||
|
|
||||||
async def main(argv):
|
async def main(argv):
|
||||||
cardset_name = input(f'What is the name of this Cardset? ')
|
cardset_name = input(f'What is the name of this Cardset? ')
|
||||||
# cardset_name = '2022 Live'
|
|
||||||
cardset = Cardset.get_or_none(fn.Lower(Cardset.set_title) == cardset_name.lower())
|
cardset = Cardset.get_or_none(fn.Lower(Cardset.set_title) == cardset_name.lower())
|
||||||
|
|
||||||
if not cardset:
|
if not cardset:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user