From 109c631914370a62b9172b2d0bb9162466809a06 Mon Sep 17 00:00:00 2001 From: Jerry Date: Mon, 14 Jan 2019 21:31:42 +0800 Subject: [PATCH] KBD_DELAY_SECS to 0.5 --- tgmsbot.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tgmsbot.py b/tgmsbot.py index c350f45..359df93 100644 --- a/tgmsbot.py +++ b/tgmsbot.py @@ -17,8 +17,8 @@ updater = Updater(token, workers=16) job_queue = updater.job_queue job_queue.start() -KBD_MIN_INTERVAL = 0.9 -KBD_DELAY_SECS = 0.6 +KBD_MIN_INTERVAL = 0.5 +KBD_DELAY_SECS = 0.5 HEIGHT = 8 WIDTH = 8