From 781fe6efa9b3735ce8a35412c41d2d289b2930b8 Mon Sep 17 00:00:00 2001 From: shervin-glitch Date: Tue, 17 May 2022 20:26:47 -0700 Subject: [PATCH] Commited --- src/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.py b/src/main.py index 5fc2f13..d78a727 100644 --- a/src/main.py +++ b/src/main.py @@ -44,4 +44,4 @@ async def update(cls) -> Any: if (__name__ == '__main__' and __package__ is None): PythonVersionUpdator() - asyncio.run(PythonLibraryUpdator().update()) \ No newline at end of file + asyncio.run(main=PythonLibraryUpdator().update()) \ No newline at end of file