From c7c3e5b58ce4e45309b4eeb3c3f3119c9bb00286 Mon Sep 17 00:00:00 2001 From: Justin Date: Thu, 17 Aug 2023 16:05:52 +0800 Subject: [PATCH] removed parathesis bug --- stockTicker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stockTicker.py b/stockTicker.py index c9599d7..d4ca9cd 100755 --- a/stockTicker.py +++ b/stockTicker.py @@ -132,7 +132,7 @@ class StockTicker(): (r, g, b) = pixels[x, y] self.matrix.SetPixel(x + offset_x, y + offset_y, r*self.brightness, g*self.brightness, b*self.brightness) - def scrollImage(self, image, offset_x = 0, offset_y = 0, frame_skip = 10, gif = False, pause_frames = 0, place = False)): + def scrollImage(self, image, offset_x = 0, offset_y = 0, frame_skip = 10, gif = False, pause_frames = 0, place = False): img_width, img_height = image.size kill = False if place: