|
|
@@ -5,6 +5,7 @@ import pytchat |
|
|
|
import time |
|
|
|
import random |
|
|
|
from talk import Talk |
|
|
|
import subprocess |
|
|
|
|
|
|
|
|
|
|
|
YOUTUBE_ID: str = 'aq3QwuYz-KU' |
|
|
@@ -46,6 +47,10 @@ class Main: |
|
|
|
|
|
|
|
noon.play () |
|
|
|
|
|
|
|
# subprocess.run (r'wine .\') |
|
|
|
|
|
|
|
time.sleep (10) |
|
|
|
|
|
|
|
pygame.display.update () |
|
|
|
|
|
|
|
for event in pygame.event.get (): |
|
|
@@ -53,7 +58,6 @@ class Main: |
|
|
|
pygame.quit () |
|
|
|
sys.exit () |
|
|
|
|
|
|
|
time.sleep (10) |
|
|
|
|
|
|
|
if __name__ == '__main__': |
|
|
|
Main.main () |
|
|
|