Skip to content

Commit db1605e

Browse files
committed
update some config
1 parent 8fa3cb4 commit db1605e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ beautifultable==1.1.0
66
ffmpeg-python==0.2.0
77
PyMySQL==1.0.2
88
celery==5.2.7
9-
filetype==1.1.0
9+
filetype==1.2.0
1010
flower==1.2.0
11-
psutil==5.9.3
11+
psutil==5.9.4
1212
influxdb==5.3.1
1313
beautifulsoup4==4.11.1
1414
fakeredis==1.10.0

ytdlbot/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646

4747
# celery related
4848
ENABLE_CELERY = os.getenv("ENABLE_CELERY", False)
49-
ENABLE_QUEUE = os.getenv("ENABLE_QUEUE", True)
49+
ENABLE_QUEUE = os.getenv("ENABLE_QUEUE", False)
5050
BROKER = os.getenv("BROKER", f"redis://{REDIS}:6379/4")
5151

5252
MYSQL_HOST = os.getenv("MYSQL_HOST")

0 commit comments

Comments
 (0)