Skip to content

Commit

Permalink
Update ShadowFinder import in Jupyter Notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
jordan-gillard committed Jul 8, 2024
1 parent 307cc2c commit ad92a31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ShadowFinderColab.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"![ ! -f \"timezone_grid.json\" ] && wget https://raw.githubusercontent.com/bellingcat/ShadowFinder/main/timezone_grid.json >> {logfile} 2>&1\n",
"![ ! -f \"deps_loaded\" ] && pip install shadowfinder >> {logfile} 2>&1 && touch deps_loaded\n",
"\n",
"from shadowfinder.shadowfinder import ShadowFinder\n",
"from shadowfinder import ShadowFinder\n",
"import datetime\n",
"\n",
"datetime_date = datetime.datetime.strptime(date, \"%Y-%m-%d\").date()\n",
Expand Down

0 comments on commit ad92a31

Please sign in to comment.