Skip to content

Commit

Permalink
Merge branch 'dev' into dependabot/pip/ruff-0.0.289
Browse files Browse the repository at this point in the history
  • Loading branch information
fronzbot authored Sep 18, 2023
2 parents 62bf6c4 + f3ce27d commit 7150764
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 7150764

Please sign in to comment.