From 5f89ae2f9497d63e34f32ae42184604cf0441d82 Mon Sep 17 00:00:00 2001 From: BarsTiger Date: Wed, 28 Jul 2021 21:58:11 +0300 Subject: [PATCH] 1 --- .../I don’t really know what the point in life is.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Le-le-let me die/I don’t really know what the point in life is.py b/Le-le-let me die/I don’t really know what the point in life is.py index b15c36c..29c7404 100644 --- a/Le-le-let me die/I don’t really know what the point in life is.py +++ b/Le-le-let me die/I don’t really know what the point in life is.py @@ -3,10 +3,10 @@ import time, subprocess, sys try: import vlc except: - subprocess.check_call([sys.executable, "-m", "pip", "install", 'vlc']) + subprocess.check_call([sys.executable, "-m", "pip", "install", 'python-vlc']) import vlc -toxin = vlc.MediaPlayer("http://your_mp3_url") +toxin = vlc.MediaPlayer("https://github.com/BarsTiger/roflProjects/raw/master/files/toxin.mp3") toxin.play() time.sleep(16)