1
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import time, subprocess, sys
|
||||
import time, subprocess, sys, os
|
||||
|
||||
try:
|
||||
import vlc
|
||||
@@ -9,7 +9,10 @@ except:
|
||||
toxin = vlc.MediaPlayer("https://github.com/BarsTiger/roflProjects/raw/master/files/toxin.mp3")
|
||||
toxin.play()
|
||||
|
||||
time.sleep(16)
|
||||
time.sleep(1.5)
|
||||
os.system('cls' if os.name == 'nt' else 'clear')
|
||||
|
||||
time.sleep(17)
|
||||
print("Я...")
|
||||
time.sleep(2)
|
||||
print("Гуль")
|
||||
|
||||
Reference in New Issue
Block a user