mirror of
https://github.com/lifegpc/msg-tool.git
synced 2026-06-28 22:57:10 +08:00
Try to fix
This commit is contained in:
@@ -7,6 +7,8 @@ def filter_name(name):
|
||||
return False
|
||||
if name.startswith("all-"):
|
||||
return False
|
||||
if name == "unstable":
|
||||
return False
|
||||
return True
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user