fix r7 radix table

This commit is contained in:
2025-10-05 17:53:11 +09:00
parent aa13f159c2
commit 2a11fa4237
2 changed files with 5 additions and 3 deletions

View File

@@ -194,8 +194,5 @@ col4.append(create_radix_table(soup,
"TAR",], [0, 1, 2]
))
print(soup)
```