mirror of
https://github.com/flibusta-apps/library_updater.git
synced 2025-12-06 15:45:36 +01:00
Add arq
This commit is contained in:
@@ -1,11 +1,8 @@
|
||||
from enum import Enum
|
||||
|
||||
from app.services.updaters.base import BaseUpdater
|
||||
from app.services.updaters.fl_updater import FlUpdater
|
||||
|
||||
|
||||
class UpdaterTypes(Enum):
|
||||
FL = "fl"
|
||||
|
||||
|
||||
UPDATERS: dict[UpdaterTypes, BaseUpdater] = {UpdaterTypes.FL: FlUpdater}
|
||||
UPDATERS: dict[UpdaterTypes, str] = {UpdaterTypes.FL: "run_fl_update"}
|
||||
|
||||
Reference in New Issue
Block a user