Update config_provider

This commit is contained in:
2023-07-19 21:04:05 +03:00
parent ea2d715cae
commit 2a2d55946e
8 changed files with 37 additions and 22 deletions

View File

@@ -105,7 +105,7 @@ class Core:
if not client.ready:
client.is_disconnected()
continue
await client._send(bytes(ca, "utf-8"))
await client._send(ca)
except Exception as e:
self.log.error("Error in check_alive.")
self.log.exception(e)