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 13, 2023
1 parent 5501f9b commit a65b729
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ async def updateFile(
print_exc()
return False

async def main(open_weather_query, open_weather_key, waka_time_api_key, format):
async def main(waka_time_api_key, format):
await updateFile(
waka_time_api_key=waka_time_api_key,
format=format,
Expand Down Expand Up @@ -326,8 +326,6 @@ async def main(open_weather_query, open_weather_key, waka_time_api_key, format):
loop = get_event_loop()
loop.run_until_complete(
main(
open_weather_query=open_weather_query,
open_weather_key=open_weather_key,
waka_time_api_key=waka_api_key,
format=format,
)
Expand Down

0 comments on commit a65b729

Please sign in to comment.