Skip to content

Commit 42a1cb4

Browse files
authored
fix bug
1 parent f3f0a70 commit 42a1cb4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
X = input("请输入纬度:")
1010
Y = input("请输入经度:")
1111
ACC = input("请输入海拔:")
12-
SearchTime = input("请输入检索时长建议>60s):")
12+
SearchTime = int(input("请输入检索时长建议>60s:"))
1313
MyCookie = input("请输入你的Cookie:")
1414
token = input("请输入pushplus密钥:")
1515

0 commit comments

Comments
 (0)