qr timeout 4
This commit is contained in:
parent
5a9188c22b
commit
d68fee344e
@ -166,8 +166,9 @@ class Fotobox:
|
|||||||
pygame.display.flip()
|
pygame.display.flip()
|
||||||
|
|
||||||
def _qr_callback(self):
|
def _qr_callback(self):
|
||||||
print("QR TIMEOUT")
|
if self._qr_timer.complete():
|
||||||
self._set_state(State.IDLE)
|
print("QR TIMEOUT")
|
||||||
|
self._set_state(State.IDLE)
|
||||||
|
|
||||||
def run(self):
|
def run(self):
|
||||||
if DEBUG:
|
if DEBUG:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user