Commit 3f6e8ada authored by ibuler's avatar ibuler

[Update] 修改interactive

parent eeef3df3
......@@ -237,7 +237,7 @@ class InteractiveServer:
# 退出
if action == BACK:
return None, None
break
# 不分页, 不对页码和下标做更改
elif not self.need_paging:
continue
......@@ -253,6 +253,7 @@ class InteractiveServer:
else:
page += 1
start += len(_assets)
return None, None
def display_a_page_assets(self, page, assets):
self.client.send(char.CLEAR_CHAR)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment