From b4d291349542226fd5de542e0111526b11f916ad Mon Sep 17 00:00:00 2001 From: Ace Date: Wed, 7 Jun 2023 13:03:45 +0200 Subject: [PATCH] remove async --- inkycal/display/display.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inkycal/display/display.py b/inkycal/display/display.py index 6c592d1..d41264d 100644 --- a/inkycal/display/display.py +++ b/inkycal/display/display.py @@ -41,7 +41,7 @@ class Display: except FileNotFoundError: raise Exception('SPI could not be found. Please check if SPI is enabled') - async def render(self, im_black: Image.Image, im_colour=Image.Image or None) -> None: + def render(self, im_black: Image.Image, im_colour=Image.Image or None) -> None: """Renders an image on the selected E-Paper display. Initlializes the E-Paper display, sends image data and executes command