This commit is contained in:
yumoqing 2026-03-21 11:38:18 +08:00
parent e8f966bdbf
commit df9b71e647

View File

@ -1132,7 +1132,8 @@ async def main():
if not l: if not l:
continue continue
parts = l.split() parts = l.split()
path = parts[0], roles=parts[1:] path = parts[0]
roles=parts[1:]
ns = { ns = {
'path': path 'path': path
} }