Skip to content

Commit

Permalink
Commited
Browse files Browse the repository at this point in the history
  • Loading branch information
shervinbdndev committed May 18, 2022
1 parent a51b080 commit 781fe6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ async def update(cls) -> Any:

if (__name__ == '__main__' and __package__ is None):
PythonVersionUpdator()
asyncio.run(PythonLibraryUpdator().update())
asyncio.run(main=PythonLibraryUpdator().update())

0 comments on commit 781fe6e

Please sign in to comment.