mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2025-01-11 17:55:37 +00:00
Removes test print statement
This commit is contained in:
parent
6b5bebdf78
commit
c7c90f9e9b
1 changed files with 0 additions and 1 deletions
|
@ -54,7 +54,6 @@ class AutoMod(models.Model):
|
||||||
@app.task(queue="low_priority")
|
@app.task(queue="low_priority")
|
||||||
def automod_task():
|
def automod_task():
|
||||||
"""Create reports"""
|
"""Create reports"""
|
||||||
print("TASK!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!")
|
|
||||||
if not AutoMod.objects.exists():
|
if not AutoMod.objects.exists():
|
||||||
return
|
return
|
||||||
reporter = AutoMod.objects.first().created_by
|
reporter = AutoMod.objects.first().created_by
|
||||||
|
|
Loading…
Reference in a new issue