This commit is contained in:
Thomas Sileo
2019-04-08 17:30:24 +02:00
parent 55a1c2dd88
commit 643ba9e775
2 changed files with 1 additions and 7 deletions

6
app.py
View File

@@ -96,12 +96,6 @@ p.push({}, "/task/cleanup_part_1", schedule="@every 12h")
p.push({}, "/task/cleanup_part_2", schedule="@every 12h")
p.push({}, "/task/cleanup_part_3", schedule="@every 12h")
# Also trigger a cleanup now
p.push({}, "/task/cleanup_part_1")
p.push({}, "/task/cleanup_part_2")
p.push({}, "/task/cleanup_part_3")
back = activitypub.MicroblogPubBackend()
ap.use_backend(back)