cricket.py 文件源码

python
阅读 29 收藏 0 点赞 0 评论 0

项目:crickbuzz_cricket_score 作者: LinuxTerminali 项目源码 文件源码
def schedule_match():
    try:
        schedule.every(30).seconds.do(refresh_Scorecard).tag('score_updates', 'task')
        while 1:
            schedule.run_pending()
            time.sleep(1)
    except KeyboardInterrupt:
        quit()

# method used to cancel the schedule match
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号