From fc7146cc306dabbb5c8d04f8504a4bb9e0fc5953 Mon Sep 17 00:00:00 2001 From: odysseusmax Date: Mon, 24 Aug 2020 17:21:19 +0530 Subject: [PATCH] upgrade telethon --- README.md | 4 ++-- requirements.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fc2dd3b..44c3047 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ $ pip3 install -U -r requirements.txt * **Setting value for `INDEX_SETTINGS`** -This is the general format, change the values of corresponding fields as your requirements. +This is the general format, change the values of corresponding fields as your requirements. Remember to remove spaces. ``` { @@ -61,7 +61,7 @@ This is the general format, change the values of corresponding fields as your re "index_group": false, "index_channel": true, "exclude_chats": [], - "include_chats": [], + "include_chats": [] } ``` > * `index_all` - Whether to consider all the chats associated with the telegram account. Value should either be `true` or `false`. diff --git a/requirements.txt b/requirements.txt index 4c97afd..e83660b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ aiohttp aiohttp-jinja2 -git+https://github.com/LonamiWebs/Telethon.git +telethon>=1.16.4 cryptg