Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
nclsbayona authored Sep 15, 2023
1 parent 5fa22a2 commit c7a9224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ async def getAll(
drink = await getDrink(format=format)
affirmation = await getAffirmation()
waka = await getWakaStats(waka_key=waka_time_api_key, format=format)
nasa = await getNasaImage(nasa_key=nasa_api_key)
nasa = await getNasaImage(nasa_api_key=nasa_api_key)
dictionary: Dict[str, str] = {**drink, **affirmation, **waka, **nasa}
return dictionary
except Exception or KeyboardInterrupt:
Expand Down

0 comments on commit c7a9224

Please sign in to comment.