3morrrrr commited on
Commit
6b40513
·
verified ·
1 Parent(s): 45472c7

Update drawing.py

Browse files
Files changed (1) hide show
  1. drawing.py +1 -1
drawing.py CHANGED
@@ -8,7 +8,7 @@ from scipy.interpolate import interp1d
8
 
9
 
10
  alphabet = [
11
- '\x00', ' ', '!', '"', '#', "'", '(', ')', ',', '-', '.', '_', # ← Added '_' here
12
  '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', ':', ';',
13
  '?', 'A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K',
14
  'L', 'M', 'N', 'O', 'P', 'R', 'S', 'T', 'U', 'V', 'W', 'Y',
 
8
 
9
 
10
  alphabet = [
11
+ '\x00', ' ', '!', '"', '#', "'", '(', ')', ',', '-', '.',
12
  '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', ':', ';',
13
  '?', 'A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K',
14
  'L', 'M', 'N', 'O', 'P', 'R', 'S', 'T', 'U', 'V', 'W', 'Y',