Python formatting

This commit is contained in:
Mouse Reeve
2021-03-23 13:28:05 -07:00
parent 1fa7330595
commit 3a0025b105
2 changed files with 3 additions and 1 deletions

View File

@ -8,10 +8,12 @@ r = redis.Redis(
host=settings.REDIS_ACTIVITY_HOST, port=settings.REDIS_ACTIVITY_PORT, db=0
)
def erase_feeds():
""" throw the whole redis away """
r.flushall()
def create_feeds():
""" build all the fields for all the users """
users = models.User.objects.filter(