fix: b64(). Indev for quotes
This commit is contained in:
parent
dff84b969a
commit
a5c4db3094
|
@ -291,4 +291,6 @@ def wip_quotes() :
|
||||||
|
|
||||||
# Read the quote
|
# Read the quote
|
||||||
for qline in quote:
|
for qline in quote:
|
||||||
print('>', qline)
|
if line.startswith('tyto.words_tags[11][0]'):
|
||||||
|
set_css = get_css(line)
|
||||||
|
print(set_css)
|
||||||
|
|
Loading…
Reference in New Issue