Unverified Commit aabb9db5 authored by 老广's avatar 老广 Committed by GitHub

Update interactive.py

parent eeef3df3
......@@ -237,7 +237,7 @@ class InteractiveServer:
# 退出
if action == BACK:
return None, None
break
# 不分页, 不对页码和下标做更改
elif not self.need_paging:
continue
......@@ -253,7 +253,8 @@ 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)
self.page = page
......
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