mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2025-01-11 09:45:27 +00:00
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,
|
||||
port=settings.REDIS_ACTIVITY_PORT,
|
||||
password=settings.REDIS_ACTIVITY_PASSWORD,
|
||||
db=0
|
||||
db=0,
|
||||
)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue