Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
b00bl1k committed Jul 22, 2024
1 parent ea706ee commit 346c33f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion avbot/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from avbot import avtonomer, cache, db, settings, vininfo
from avbot.i18n import setup_locale

PHOTO_NOT_FOUND = "assets/not-found.png"
PHOTO_NOT_FOUND = "avbot/assets/not-found.png"
TASKS_TIME_LIMIT = 15

app = Celery("avbot", broker=settings.CELERY_BROKER_URL)
Expand Down

0 comments on commit 346c33f

Please sign in to comment.