paper-dynasty-card-creation/scripts/legacy/pit_chance_to_output.py
2024-11-10 14:42:12 -06:00

9 lines
237 B
Python

import datetime
from db_calls_card_creation import *
from exceptions import logger
def process_pitcher_csv(filename: str, cardset: str, testing: bool = False):
cardset = ScoutCardset.get_or_none(ScoutCardset.set_title == cardset)