feat: KIAUH v6 - full rewrite of KIAUH in Python #428

Open
dw-0 wants to merge 242 commits from kiauh-v6-dev into master
Showing only changes of commit bfff3019cb - Show all commits

View File

@@ -148,4 +148,7 @@ class InstanceManager:
return full_name.split("-")[-1]
def _sort_instance_list(self, s):
if s is None:
return
return int(s) if s.isdigit() else s