This commit is contained in:
lwl0608 2024-09-03 22:42:26 +08:00
parent 4388825726
commit 038c8375f0
1 changed files with 4 additions and 0 deletions

View File

@ -62,3 +62,7 @@ class S:
for uid in tp_uids:
tp_mids = tp_mids.append(self.uid2mid(uid))
print(tp_mids)
s = S()
s.proc()