Skip to content

Commit

Permalink
Merge pull request #22 from TeoMeWhy/feat/silver
Browse files Browse the repository at this point in the history
Feat/silver
  • Loading branch information
TeoCalvo authored Jul 18, 2024
2 parents 7241883 + 3187e28 commit 5e2d0f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/gold/ingestao.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@
"if start == datetime.datetime.now().strftime('%Y-%m-%d'):\n",
" dt_start = datetime.datetime.now() - datetime.timedelta(days=1)\n",
"else:\n",
" dt_start = datetime.strptime(start, '%Y-%m-%d') \n",
" dt_start = datetime.datetime.strptime(start, '%Y-%m-%d') \n",
"\n",
"dt_stop = datetime.strptime(stop, '%Y-%m-%d')"
"dt_stop = datetime.datetime.strptime(stop, '%Y-%m-%d')"
]
},
{
Expand Down

0 comments on commit 5e2d0f9

Please sign in to comment.