fix: craw() keyword drw_no (not drwNo)

Made-with: Cursor
This commit is contained in:
2026-04-08 19:34:25 +09:00
parent d08e906066
commit b440ec96c9

View File

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