Skip to content

Commit

Permalink
Merge pull request #1032 from openzim/add_shamela_platform
Browse files Browse the repository at this point in the history
Add a platform for shamela.ws zimit recipes
  • Loading branch information
benoit74 authored Oct 14, 2024
2 parents 2eab39d + 8fe164c commit a5cf52d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dispatcher/backend/src/common/enum.py
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,7 @@ class Platform:
ifixit = "ifixit"
ted = "ted"
devdocs = "devdocs"
shamela = "shamela"

@classmethod
def all(cls) -> str:
Expand All @@ -284,6 +285,7 @@ def all(cls) -> str:
cls.ifixit,
cls.ted,
cls.devdocs,
cls.shamela,
]

@classmethod
Expand Down

0 comments on commit a5cf52d

Please sign in to comment.