Skip to content

Commit f595c41

Browse files
committed
feat: update stats
1 parent d2bd207 commit f595c41

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

scripts/utils.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,7 @@ def get_without_tp2_mods(cls, mods: list[Mod]) -> list[Mod]:
129129
return [
130130
mod
131131
for mod in mods
132-
if not mod.tp2
133-
and not mod.status & {ModStatus.HIDDEN, ModStatus.UNRELEASED, ModStatus.ARCHIVED}
132+
if not mod.tp2 and not mod.status & {ModStatus.HIDDEN, ModStatus.UNRELEASED}
134133
]
135134

136135

0 commit comments

Comments
 (0)