Skip to content

Commit bd16b1c

Browse files
feat: don't touch sorting weight for MMM-Forum
1 parent b7ea42b commit bd16b1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/check_modules.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,7 @@ def check_modules():
520520
module["defaultSortWeight"] = max(module["defaultSortWeight"], 1)
521521

522522
# Just to reduce imbalance in the default sort order, modules from this developer get a minimum value of one.
523-
if module['maintainer'] == "KristjanESPERANTO" and module["name"] != "MMM-EasyPix":
523+
if module['maintainer'] == "KristjanESPERANTO" and module["name"] != "MMM-EasyPix" and module["name"] != "MMM-Forum":
524524
module["defaultSortWeight"] = max(module["defaultSortWeight"], 1)
525525

526526
print(

0 commit comments

Comments
 (0)