Skip to content

Commit

Permalink
Merge pull request #768 from mkmer/await-in-blinkapp
Browse files Browse the repository at this point in the history
Update blinkapp.py: Add missing await
  • Loading branch information
fronzbot authored Sep 18, 2023
2 parents 0c7c3a1 + 58d2ee3 commit f3ce27d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blinkapp/blinkapp.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ async def main():
session = ClientSession()
blink = await start(session)
await download_videos(blink)
blink.save(CREDFILE)
await blink.save(CREDFILE)
await session.close()


Expand Down

0 comments on commit f3ce27d

Please sign in to comment.