From c59025e454f323d0ca148d6d69586f7df4af23bf Mon Sep 17 00:00:00 2001 From: brentru Date: Tue, 5 Feb 2019 13:07:28 -0500 Subject: [PATCH] fix extra time.sleep call --- lorawan_sensing_network/lora_gateway.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lorawan_sensing_network/lora_gateway.py b/lorawan_sensing_network/lora_gateway.py index 359a7daa..ad57dbce 100644 --- a/lorawan_sensing_network/lora_gateway.py +++ b/lorawan_sensing_network/lora_gateway.py @@ -131,6 +131,5 @@ while True: display.text('Sent!', 100, 20, 1) display.show() time.sleep(1) - time.sleep(1) display.show()