Skip to content

Commit

Permalink
fix: contact view error
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorentLvr committed May 2, 2024
1 parent 8acac67 commit 5fbd41f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,6 @@
"outputs": [],
"source": [
"df_init = gsheet.connect(spreadsheet_url).get(sheet_name=sheet_contacts)\n",
"df_init = pload(os.path.join(entity_dir, \"growth-engine\", \"2024-04-12\"), file_people)\n",
"if not isinstance(df_init, pd.DataFrame):\n",
" df_init = pd.DataFrame()\n",
" messaging_options = {}\n",
Expand Down

0 comments on commit 5fbd41f

Please sign in to comment.