Skip to content

Commit

Permalink
fix: enforce saving new deals IDs from spreadsheet
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorentLvr authored Feb 5, 2024
1 parent ba89c20 commit 615392b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@
"):\n",
" # Init\n",
" df = df_contacts.copy()\n",
" crm_ids = get_dict_from_df(df_init, \"CRM_DEAL_ID\", \"DEAL_NAME\", \"deals_crm_ids\", output_dir, force_update=False)\n",
" crm_ids = get_dict_from_df(df_init, \"CRM_DEAL_ID\", \"DEAL_NAME\", \"deals_crm_ids\", output_dir, force_update=True)\n",
" print(\"CRM ID's:\", len(crm_ids))\n",
" \n",
" # Filters on SQL\n",
Expand Down

0 comments on commit 615392b

Please sign in to comment.