KBD_DELAY_SECS to 0.5

This commit is contained in:
JerryXiao 2019-01-14 21:31:42 +08:00
parent aa81fba87d
commit 109c631914
Signed by: Jerry
GPG Key ID: 9D9CE43650FF2BAA
1 changed files with 2 additions and 2 deletions

View File

@ -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