Skip to content

Commit def06b1

Browse files
author
崔庆才丨静觅
authored
Update setting.py
1 parent 603c08d commit def06b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proxypool/setting.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
# redis password, if no password, set it to None
3131
REDIS_PASSWORD = env.str('REDIS_PASSWORD', None)
3232
# redis db, if no choice, set it to 0
33-
REDIS_DB = env.int('REDIS_DB', 1)
33+
REDIS_DB = env.int('REDIS_DB', 0)
3434
# redis connection string, like redis://[password]@host:port or rediss://[password]@host:port/0
3535
REDIS_CONNECTION_STRING = env.str('REDIS_CONNECTION_STRING', None)
3636

0 commit comments

Comments
 (0)