优化建议:取消每次get_ticket_status的循环 #34
bilibaiWater
started this conversation in
通用
Replies: 1 comment 4 replies
-
好的建议,可以开PR |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
众所周知,py的循环很~慢
建议把获取票的状态的循环取消,在选择票的时候保存一个index,get_ticket_status直接取值判断就好了
代码我都改好了,不是很会用github...如果你的开源协议允许我复刻,我就开一个仓库,然后指明回来?Beta Was this translation helpful? Give feedback.
All reactions