Skip to content

Commit

Permalink
Revert manual update param change
Browse files Browse the repository at this point in the history
  • Loading branch information
wagnerlmichael committed Jan 18, 2024
1 parent e445e93 commit 326eac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manual_flagging/manual_update.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@
df_flagged_final, run_id, timestamp = flg.finish_flags(
df=df_flagged_ptax_merged,
start_date=inputs["time_frame"]["start"],
manual_update=False,
manual_update=True,
)

# -----------------------------------------------------------------------------
Expand Down

0 comments on commit 326eac0

Please sign in to comment.