Skip to content

Commit

Permalink
修改采集上限
Browse files Browse the repository at this point in the history
  • Loading branch information
Whale-Yu committed Oct 7, 2023
1 parent a89fcc8 commit 3f6fa47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ def __init__(self):
# self.keywordLineEdit.setText('苹果,香蕉')
self.keywordLineEdit.setPlaceholderText('苹果,荔枝,(多个关键字以中文逗号隔开)')
# 设置numSpinBox的范围
self.numSpinBox.setRange(1, 5000)
self.numSpinBox.setRange(1, 10000)
# 设置numSpinBox默认值
self.numSpinBox.setValue(50)
# 设置outputLineEdit只读
Expand Down

0 comments on commit 3f6fa47

Please sign in to comment.