loop = asyncio.new_event_loop()
client=TelegramClient(requirements.SESSION_NAME ,requirements.api_id ,requirements.api_hash, loop=loop)
When I use Gunicorn with 1 worker everything is ok. but with more than 1 workers, this error acquires:
c.execute('delete from sessions')
database is locked
thanks for help