[F] Fix distro name escape
This commit is contained in:
parent
b9773b989d
commit
1e1cddc58f
310 changed files with 317 additions and 313 deletions
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
from hyfetch.distro import AsciiArt
|
||||
|
||||
popos_small = AsciiArt(match=""""popos_small"* | "pop_os_small"*""", color='6 7', ascii="""
|
||||
popos_small = AsciiArt(match=r'''"popos_small"* | "pop_os_small"*''', color='6 7', ascii=r"""
|
||||
${c1}______
|
||||
\\ _ \\ __
|
||||
\\ \\ \\ \\ / /
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue