[F] Fix distro name escape
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
|
||||
from hyfetch.distro import AsciiArt
|
||||
|
||||
t2 = AsciiArt(match=""""t2"*""", color='7 4', ascii="""
|
||||
t2 = AsciiArt(match=r'''"t2"*''', color='7 4', ascii=r"""
|
||||
${c2}
|
||||
TTTTTTTTTT
|
||||
tt ${c1}222${c2}
|
||||
|
||||
Reference in New Issue
Block a user