Skip to content

Commit

Permalink
fix : danc4 font space problem. (#225)
Browse files Browse the repository at this point in the history
  • Loading branch information
sadrasabouri committed Jun 18, 2023
1 parent 5be3f0d commit b6ce41e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion art/text_dic1.py
Original file line number Diff line number Diff line change
Expand Up @@ -13420,7 +13420,7 @@
'}': u' ___ \n|_ | \n \\ \\\n _/ /\n|___| \n \n \n \n'}

danc4_dic = {
' ': u'',
' ': u' \n \n \n \n',
'$': u'',
'(': u'',
',': u'',
Expand Down

0 comments on commit b6ce41e

Please sign in to comment.