Skip to content

Commit 84dcfc9

Browse files
author
KoiCrystal
committed
Update show.py
1 parent 218004e commit 84dcfc9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

zoomeye/show.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ def show_web_default_data(data_list, count):
110110
"site", "title", "country", "banner"), color="green")
111111
num = 0
112112
for item in data_list:
113-
num += 1
113+
num = num+1
114114
item_dict = ZoomEyeDict(item)
115115
content = ''
116116
for item_key in data.default_table_web.keys():

0 commit comments

Comments
 (0)