Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
removed a couple of comments
  • Loading branch information
mblackonline authored Oct 20, 2022
1 parent 2111740 commit 1279574
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions main.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Introduction to APIs in Python
# Build a weather look-up app with Python and an API from openweathermap.com
# Code based off of/adapted from a YouTube tutorial produced by LeMaster Tech at this link: https://youtu.be/kLNtdehfNrI.
# Here is a good YouTube tutorial on how to hide API keys: https://youtu.be/YdgIWTYQ69A


# Import the necessary modules
import requests
Expand Down

0 comments on commit 1279574

Please sign in to comment.