Skip to content

Commit e48a206

Browse files
authored
Update introd.py
1 parent f6983f0 commit e48a206

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

introd.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ def intro():
113113
playsound('.\\sounds\\normaldone.mp3', block=False)
114114
for caracter in cadena:
115115
sayshort(str(caracter))
116-
sayshort("\033[2;15f." + "\033[2;16f." + "\033[2;17f." + "\033[2;18f." + "\033[2;19f." + "\033[2;20f." + "\033[2;21f." + "\033[2;22f." + "\033[2;23." + "\033[2;24f." + "\033[2;25f." + "\033[2;26f." + sr + "[" + gr + "DONE" + sr + "]\n")
116+
sayshort("\033[2;15f." + "\033[2;16f." + "\033[2;17f." + "\033[2;18f." + "\033[2;19f." + "\033[2;20f." + "\033[2;21f." + "\033[2;22f." + "\033[2;23f." + "\033[2;24f." + "\033[2;25f." + "\033[2;26f." + sr + "[" + gr + "DONE" + sr + "]\n")
117117
offline = False
118118
time.sleep(2)
119119
if platform.system() == "Linux":

0 commit comments

Comments
 (0)