Skip to content

Commit f313b9d

Browse files
authored
Update zoom.py
1 parent b4ad384 commit f313b9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inc/zoom.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ def ZoomDowload(key,proxies):
100100
cprint("======开始对接ZoomEye接口进行Spring资产测绘======","green")
101101
cprint('[+] 您的ZoomEye密钥为:' + key ,"green")
102102
try:
103-
choices = input("\n请输入要测绘的资产数量(默认100条): ")
103+
choices = input("\n[.] 请输入要测绘的资产数量(默认100条): ")
104104
if choices == '':
105105
choices = "100"
106106
elif int(choices) <= 0:

0 commit comments

Comments
 (0)