Update card_output.py

Remove old static reference
This commit is contained in:
Cal Corum 2023-03-04 17:31:49 -06:00
parent 2bda40e8ef
commit 608075c0a8

View File

@ -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: