Only show public stuff on the homepage

This commit is contained in:
Thomas Sileo
2019-07-13 00:38:51 +02:00
parent 6ab59d2e41
commit 152bcf2b26
3 changed files with 8 additions and 7 deletions

View File

@@ -2,8 +2,8 @@ import os
from datetime import datetime
from datetime import timezone
from utils import parse_datetime
from poussetaches import PousseTaches
from utils import parse_datetime
p = PousseTaches(
os.getenv("MICROBLOGPUB_POUSSETACHES_HOST", "http://localhost:7991"),