diff --git a/final_practice.py b/final_practice.py index 03b285d..74545a0 100644 --- a/final_practice.py +++ b/final_practice.py @@ -251,7 +251,7 @@ def main(): last_json = json.loads(line) if last_json is not None: nxt = int(last_json["drwNo"]) + 1 - practice.craw(lotto_history_base, drwNo=nxt) + practice.craw(lotto_history_base, drw_no=nxt) df_ball = load_df(resources_path) no = args.draw_no if args.draw_no is not None else next_draw_no(df_ball)