Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
PrimoData committed Aug 30, 2023
1 parent 774a91a commit 868348e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Create_OCEAN_Data_NFT.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@
"result = subprocess.run(\n",
" [\"git\", \"config\", \"--get\", \"user.name\"], stdout=subprocess.PIPE, text=True\n",
")\n",
"github_username = result.stdout.strip()\n",
"github_username = result.stdout.strip().replace(\" \", \"\")\n",
"url = f\"https://raw.githubusercontent.com/{github_username}/ocean_data_nfts/main/query_results.csv\"\n",
"\n",
"# Set Gas Fees\n",
Expand Down

0 comments on commit 868348e

Please sign in to comment.