From e58b14a91d89b583295fefb7b69894400d5c2028 Mon Sep 17 00:00:00 2001 From: Lonami Date: Sun, 17 Sep 2017 18:08:30 +0200 Subject: [PATCH] Update the amount of seconds for the time to be on sync --- Home.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Home.md b/Home.md index 50e4592..3fca6e9 100644 --- a/Home.md +++ b/Home.md @@ -14,7 +14,7 @@ Being written **entirely** on Python, Telethon can run as a script under any env or use it in any other script you have. Want to send a message to someone when you're available? Write a script. Do you want check for new messages at a given time and find relevant ones? Write a script. -**It is very important** that your system time is [on sync](https://time.is/)! Telegram won't send a reply back *at all* if your system time is ahead of the current time (over just 400 seconds is enough, thanks [@danog](https://github.com/danog)!), or > 400 seconds behind. This will most likely be the cause for the following errors: +**It is very important** that your system time is [on sync](https://time.is/)! The library will do its best as long as the current time is not behind 30 seconds in the past, and 300 in the future, but the server may not reply at all for larger differences, thanks [@danog](https://github.com/danog) for the information. This will most likely be the cause for the following errors: ``` BlockingIOError: [Errno 11] Resource temporarily unavailable BlockingIOError: [Errno 35] Resource temporarily unavailable