From 6a0ce26d86074164d0eec97a714aba466d775432 Mon Sep 17 00:00:00 2001 From: mario872 Date: Thu, 22 Aug 2024 09:23:30 +1000 Subject: [PATCH] Fixed README.md with new timeout option in sentralify() --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ca1a6c4..aaed97a 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ sentralify is quite simple from the user's perspective, all you have to do is ca If you want to understand in more detail how this works, then read on! ### sentralify() -```sentralify()``` needs only 1 argument but accepts a total of 6. These arguments are ```config, timetable, notices, calendar, persistent, check_login```; the last 5 are optional, and will all be ```True``` if not disabled, except for ```check_login``` which will be ```False```. ```config``` is required, and accepts a python dictioary formatted as follows: +```sentralify()``` needs only 1 argument but accepts a total of 7. These arguments are ```config, timetable, notices, calendar, persistent, check_login, timeout```; the last 6 are optional, and will all be ```True``` if not disabled, except for ```check_login``` which will be ```False```. `timeout` will be 5000 (5 seconds) by default. ```config``` is required, and accepts a python dictioary formatted as follows: ``` config = {"username": "your_username",