Selaa lähdekoodia

[O] Add more characters for ascii cat

Azalea (on HyDEV-Daisy) 3 vuotta sitten
vanhempi
commit
143bfd2db7
1 muutettua tiedostoa jossa 12 lisäystä ja 12 poistoa
  1. 12 12
      hyfetch/constants.py

+ 12 - 12
hyfetch/constants.py

@@ -16,18 +16,18 @@ except Exception:
     TERM_LEN = 40
 
 TEST_ASCII = r"""
-  |\___/|    
-  )     (    
- =\     /=   
-   )===(     
-  /     \    
-  |     |    
- / {txt} \   
- \       /   
-_/\_   _/_/\_
-|  |( (  |  |
-|  | ) ) |  |
-|  |(_(  |  |""".strip('\n')
+### |\___/| ###
+### )     ( ###
+## =\     /= ##
+#### )===( ####
+### /     \ ###
+### |     | ###
+## / {txt} \ ##
+## \       / ##
+_/\_\_   _/_/\_
+|##|  ( (  |##|
+|##|   ) ) |##|
+|##|  (_(  |##|""".strip('\n')
 
 TEST_ASCII_WIDTH = max(len(line) for line in TEST_ASCII.split('\n'))