From 8fe164cebc94a65a86de685382dba29b3182e7ea Mon Sep 17 00:00:00 2001 From: benoit74 Date: Mon, 14 Oct 2024 13:14:05 +0000 Subject: [PATCH] Add a platform for shamela.ws zimit recipes --- dispatcher/backend/src/common/enum.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dispatcher/backend/src/common/enum.py b/dispatcher/backend/src/common/enum.py index 7acc9511..c447dc6a 100644 --- a/dispatcher/backend/src/common/enum.py +++ b/dispatcher/backend/src/common/enum.py @@ -274,6 +274,7 @@ class Platform: ifixit = "ifixit" ted = "ted" devdocs = "devdocs" + shamela = "shamela" @classmethod def all(cls) -> str: @@ -284,6 +285,7 @@ def all(cls) -> str: cls.ifixit, cls.ted, cls.devdocs, + cls.shamela, ] @classmethod