Skip to content

Commit

Permalink
cleaned up formatting in location and grid classes
Browse files Browse the repository at this point in the history
  • Loading branch information
rBigChill committed May 27, 2024
1 parent 6f5281c commit d35bc85
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions printWeather.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@
class Location:
def __init__(self):
WEBSITE = "https://api.techniknews.net/ipgeo/"

data = requests.get(WEBSITE)

json = data.json()

self.lat = json['lat']
Expand Down

0 comments on commit d35bc85

Please sign in to comment.