Skip to content

Commit cd4d672

Browse files
authored
Merge pull request #1083 from openzim/phet_platform
Add phet platform
2 parents 34045f5 + cd86bc5 commit cd4d672

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

dispatcher/backend/src/common/enum.py

+2
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,7 @@ class Platform:
285285
devdocs = "devdocs"
286286
shamela = "shamela"
287287
libretexts = "libretexts"
288+
phet = "phet"
288289

289290
@classmethod
290291
def all(cls) -> str:
@@ -297,6 +298,7 @@ def all(cls) -> str:
297298
cls.devdocs,
298299
cls.shamela,
299300
cls.libretexts,
301+
cls.phet,
300302
]
301303

302304
@classmethod

workers/app/common/constants.py

+1
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@
166166
"devdocs",
167167
"shamela",
168168
"libretexts",
169+
"phet",
169170
]
170171
PLATFORMS_TASKS = {}
171172
for platform in ALL_PLATFORMS:

0 commit comments

Comments
 (0)