We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4ad384 commit f313b9dCopy full SHA for f313b9d
inc/zoom.py
@@ -100,7 +100,7 @@ def ZoomDowload(key,proxies):
100
cprint("======开始对接ZoomEye接口进行Spring资产测绘======","green")
101
cprint('[+] 您的ZoomEye密钥为:' + key ,"green")
102
try:
103
- choices = input("\n请输入要测绘的资产数量(默认100条): ")
+ choices = input("\n[.] 请输入要测绘的资产数量(默认100条): ")
104
if choices == '':
105
choices = "100"
106
elif int(choices) <= 0:
0 commit comments