Skip to content

Commit

Permalink
Update example.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
kenlhlui authored Jan 31, 2025
1 parent 8f4a144 commit 0340bdb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
" file.write(f'BASE_URL = \"{BASE_URL}\"\\n')\n",
" else:\n",
" file.write(f'BASE_URL = \"{BASE_URL}\"\\n')\n",
" file.write(f'API_KEY = \"{API_KEY}\"\\n')"
" file.write(f'API_KEY = \"{API_KEY}\"\\n')\n",
" print('Successfully created the .env file!)'"
]
},
{
Expand Down

0 comments on commit 0340bdb

Please sign in to comment.