forked from mirrors/bookwyrm
python formatting
This commit is contained in:
parent
af72488cd9
commit
8277c9e42e
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ r = redis.Redis(
|
||||||
host=settings.REDIS_ACTIVITY_HOST,
|
host=settings.REDIS_ACTIVITY_HOST,
|
||||||
port=settings.REDIS_ACTIVITY_PORT,
|
port=settings.REDIS_ACTIVITY_PORT,
|
||||||
password=settings.REDIS_ACTIVITY_PASSWORD,
|
password=settings.REDIS_ACTIVITY_PASSWORD,
|
||||||
db=0
|
db=0,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue