Skip to content

Commit

Permalink
counting case trying again
Browse files Browse the repository at this point in the history
  • Loading branch information
markwilkinson committed Jul 31, 2024
1 parent 84b7898 commit f125f6d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion content/FLAIR-GG/count.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@
"import requests\n",
"import urllib3\n",
"import urllib.parse\n",
"urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning)"
"urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning)\n",
"print(\"DONE! Proceed to next cell and replace the XXXXX with your secret key\")"
]
},
{
Expand Down

0 comments on commit f125f6d

Please sign in to comment.