import-fix
All checks were successful
Deploy on push / deploy (push) Successful in 3m59s

This commit is contained in:
2024-02-25 11:35:06 +03:00
parent efa6ac7d60
commit 42313184b0
3 changed files with 11 additions and 4 deletions

View File

@@ -14,7 +14,7 @@ from services.rediscache import redis
DEFAULT_FOLLOWS = {
'topics': [],
'authors': [],
'communities': [{'slug': 'discours', 'name': 'Дискурс', 'id': 1, 'pic': ''}],
'communities': [{'id': 1, 'name': 'Дискурс', 'slug': 'discours', 'pic': ''}],
}