From e906d57d890dc0dd5b5f86167345c37b38bd6a7b Mon Sep 17 00:00:00 2001 From: Francesco Luzzana Date: Wed, 6 Apr 2022 15:04:07 +0200 Subject: [PATCH] test for printing the pattern --- screenless/bureau/soup/soup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/screenless/bureau/soup/soup.py b/screenless/bureau/soup/soup.py index ecd475e..a400166 100644 --- a/screenless/bureau/soup/soup.py +++ b/screenless/bureau/soup/soup.py @@ -42,6 +42,7 @@ class Soup(Bureau): """ Prints the pattern sent by the arduino """ + print(data) shortcode, _ = data.split(".") self.print_small(_)