From c784a46327e4b7f9b1c1b00adad17e614bdce0d2 Mon Sep 17 00:00:00 2001 From: Lonami Date: Wed, 8 Nov 2023 23:06:10 +0100 Subject: [PATCH] Update README.rst --- README.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/README.rst b/README.rst index 7755f0cf..2fc9a647 100755 --- a/README.rst +++ b/README.rst @@ -46,7 +46,6 @@ Creating a client api_id = 12345 api_hash = '0123456789abcdef0123456789abcdef' - async with Client('session_name', api_id, api_hash) as client: await client.interactive_login()