KBD_DELAY_SECS to 0.5
This commit is contained in:
parent
aa81fba87d
commit
109c631914
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue