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

Update interactive.py

parent eeef3df3
...@@ -237,7 +237,7 @@ class InteractiveServer: ...@@ -237,7 +237,7 @@ class InteractiveServer:
# 退出 # 退出
if action == BACK: if action == BACK:
return None, None break
# 不分页, 不对页码和下标做更改 # 不分页, 不对页码和下标做更改
elif not self.need_paging: elif not self.need_paging:
continue continue
...@@ -253,7 +253,8 @@ class InteractiveServer: ...@@ -253,7 +253,8 @@ class InteractiveServer:
else: else:
page += 1 page += 1
start += len(_assets) start += len(_assets)
return None, None
def display_a_page_assets(self, page, assets): def display_a_page_assets(self, page, assets):
self.client.send(char.CLEAR_CHAR) self.client.send(char.CLEAR_CHAR)
self.page = page 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