mirror of
https://github.com/flibusta-apps/library_updater.git
synced 2025-12-06 15:45:36 +01:00
Fix webhook task
This commit is contained in:
@@ -51,7 +51,7 @@ class JobId(Enum):
|
|||||||
update_genres = "update_fl_genres"
|
update_genres = "update_fl_genres"
|
||||||
update_books_genres = "update_fl_books_genres"
|
update_books_genres = "update_fl_books_genres"
|
||||||
|
|
||||||
webhook = "fl_webhook"
|
webhook = "update_fl_webhook"
|
||||||
|
|
||||||
|
|
||||||
async def import_fl_dump(ctx: dict, filename: str, *args, **kwargs):
|
async def import_fl_dump(ctx: dict, filename: str, *args, **kwargs):
|
||||||
|
|||||||
Reference in New Issue
Block a user