Skip to content

Commit

Permalink
Update sde_to_json.py - cwd dir
Browse files Browse the repository at this point in the history
  • Loading branch information
awhipp authored Dec 4, 2024
1 parent d1035fb commit b568bdf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sde_to_json.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ def getTradeHubName(stationName):
return stationName

def getResources():
print(os.listdir(os.getcwd())
if not os.path.exists('sde'):
resources_page = requests.get(resources_link, timeout=30)
parser = MyHTMLParser()
Expand Down

0 comments on commit b568bdf

Please sign in to comment.