adding async to functions
This commit is contained in:
parent
d18c2b9f48
commit
b52b4bab42
1 changed files with 1 additions and 1 deletions
2
upd.py
2
upd.py
|
|
@ -43,7 +43,7 @@ async def check_url(session, url, platform_name):
|
|||
return None
|
||||
|
||||
|
||||
def pre_version(latest_urls):
|
||||
async def pre_version(latest_urls):
|
||||
message = f'Версия {version} {"отправлена" if latest_urls else "не найдена"}'
|
||||
print(message)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue