Skip to content
This repository was archived by the owner on Apr 25, 2021. It is now read-only.

Commit 5407f6c

Browse files
committed
signal_handler에서 ticks 인자
1 parent 12ad3fa commit 5407f6c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/modules/handler.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ def print_handler(buf):
3131

3232

3333
@machine.hook_signal
34-
def signal_handler():
34+
def signal_handler(ticks):
3535
DEBUG = False
3636
try:
37-
signal = pop_signal(20)
37+
signal = pop_signal(ticks)
3838
if signal is None:
3939
return
4040

0 commit comments

Comments
 (0)