From 7d25edd4c65be6bee16f1c886fd86af6103c863a Mon Sep 17 00:00:00 2001 From: The-Drobe Date: Mon, 6 Jun 2022 23:16:38 +0800 Subject: [PATCH] added Voice variable to main.py --- main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/main.py b/main.py index 9aabe78..224c025 100644 --- a/main.py +++ b/main.py @@ -42,6 +42,7 @@ client_secret = os.getenv("REDDIT_CLIENT_SECRET") username = os.getenv("REDDIT_USERNAME") password = os.getenv("REDDIT_PASSWORD") reddit2fa = os.getenv("REDDIT_2FA") +Voice = os.getenv('Voice') load_dotenv()