We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fa3cb4 commit db1605eCopy full SHA for db1605e
requirements.txt
@@ -6,9 +6,9 @@ beautifultable==1.1.0
6
ffmpeg-python==0.2.0
7
PyMySQL==1.0.2
8
celery==5.2.7
9
-filetype==1.1.0
+filetype==1.2.0
10
flower==1.2.0
11
-psutil==5.9.3
+psutil==5.9.4
12
influxdb==5.3.1
13
beautifulsoup4==4.11.1
14
fakeredis==1.10.0
ytdlbot/config.py
@@ -46,7 +46,7 @@
46
47
# celery related
48
ENABLE_CELERY = os.getenv("ENABLE_CELERY", False)
49
-ENABLE_QUEUE = os.getenv("ENABLE_QUEUE", True)
+ENABLE_QUEUE = os.getenv("ENABLE_QUEUE", False)
50
BROKER = os.getenv("BROKER", f"redis://{REDIS}:6379/4")
51
52
MYSQL_HOST = os.getenv("MYSQL_HOST")
0 commit comments