𝙰𝙺
Size: a a a
𝙰𝙺
𝙰𝙺
𝙰𝙺
𝙰𝙺
DD
𝙰𝙺
𝙰𝙺
𝙰𝙺
𝙰𝙺
𝙰𝙺
await client.disconnect()
DD
𝙰𝙺
try:
await client.connect()
#actions
except Exception as error:
print(error)
#или даже лучше запись в файл ошибок с traceback format_exc
finally:
await client.disconnect()
𝙰𝙺
try:
await client.connect()
#actions
finally:
await client.disconnect()
𝙰𝙺
𝙰𝙺
for /l %i in (1,1,5) do python start.py
DD
DD
𝙰𝙺
СR
СR