优化数据类型
This commit is contained in:
@@ -199,7 +199,7 @@ def parse_page_num(page_list):
|
|||||||
continue
|
continue
|
||||||
pages.append(min(numbers))
|
pages.append(min(numbers))
|
||||||
total.append(max(numbers))
|
total.append(max(numbers))
|
||||||
return pages, max(total)
|
return pages, int(max(total))
|
||||||
|
|
||||||
|
|
||||||
def handle_tiny_int(num):
|
def handle_tiny_int(num):
|
||||||
|
|||||||
Reference in New Issue
Block a user