Skip to content

Commit

Permalink
Switch to use the new Events API that is/will be in the Staging Env
Browse files Browse the repository at this point in the history
  • Loading branch information
ThorntonMatthewD committed Dec 6, 2023
1 parent f919444 commit ed2afaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ async def parse_events_for_week(probe_date, resp):
async def check_api():
"""Check the api for updates and update any existing messages"""
async with aiohttp.ClientSession() as session:
async with session.get("https://events.openupstate.org/api/gtc") as resp:
async with session.get("https://hackgreenville.com/api/v0/events") as resp:
# get timezone aware today
today = datetime.date.today()
today = datetime.datetime(
Expand Down

0 comments on commit ed2afaf

Please sign in to comment.