fix: craw() keyword drw_no (not drwNo)
Made-with: Cursor
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user