| fetch_data.py | ●●●●● patch | view | raw | blame | history |
fetch_data.py
@@ -135,6 +135,8 @@ def main(): # Query card data by each set, then merge them together if not os.path.exists(os.path.join(Config.data_dir, 'csv')): os.mkdir(os.path.join(Config.data_dir, 'csv')) for set_name in Config.all_set_list: set_name_m = set_name if set_name_m == 'con':