From 37936e8b5fc1708598e35a3c6a8e3070c547d59c Mon Sep 17 00:00:00 2001 From: Clarth Date: Mon, 13 Nov 2023 23:08:46 -0500 Subject: [PATCH] Update 'start.py' --- start.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start.py b/start.py index c64997f..9c35798 100644 --- a/start.py +++ b/start.py @@ -6,7 +6,7 @@ import subprocess # Replace 'YOUR_API_TOKEN' with your actual Telegram Bot API token bot = telebot.TeleBot("TOKEN GOES HERE") dldir = "/WHERE/TO/PUT/THE/MUSIC" -workingdir = "WHERE/IS/THE/PYTHON/VENV" +workingdir = "/WHERE/IS/THE/PYTHON/VENV" # Get the current day of the month