From a5c4db30944b6bcb49bed9ce7820b569a49623fa Mon Sep 17 00:00:00 2001 From: Cyrille L Date: Sun, 18 Dec 2022 15:39:02 +0100 Subject: [PATCH] fix: b64(). Indev for quotes --- src/var/lib/tyto/program/wip.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/var/lib/tyto/program/wip.py b/src/var/lib/tyto/program/wip.py index fec5fcb..1afb991 100644 --- a/src/var/lib/tyto/program/wip.py +++ b/src/var/lib/tyto/program/wip.py @@ -291,4 +291,6 @@ def wip_quotes() : # Read the quote for qline in quote: - print('>', qline) + if line.startswith('tyto.words_tags[11][0]'): + set_css = get_css(line) + print(set_css)