yulongchen commited on
Commit
d346c50
·
1 Parent(s): 9b1ef15

Add system

Browse files
Files changed (1) hide show
  1. system/pledge_tracking.py +1 -1
system/pledge_tracking.py CHANGED
@@ -186,7 +186,7 @@ def run_pipeline(claim, pledge_date, pledge_author, start_date, timestamp, user_
186
  df.to_excel(sorted_event_path, index=False)
187
 
188
  if update_fn:
189
- update_fn(step_id, "All events are sorted!")
190
  step_id += 1
191
 
192
  return {
 
186
  df.to_excel(sorted_event_path, index=False)
187
 
188
  if update_fn:
189
+ update_fn(step_id, "All done!")
190
  step_id += 1
191
 
192
  return {