improve_location_with_search.py 文件源码

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

项目:handelsregister 作者: Amsterdam 项目源码 文件源码
def async_determine_rd_coordinates():
    """
    Worker task which gets
    search parameters of the queue
    and executes a SearchTask
    """

    while not SEARCHES_QUEUE.empty():
        args = SEARCHES_QUEUE.get()
        task = SearchTask(*args)
        try:
            task.determine_rd_coordinates()
        except Exception as exp:
            # when tasks fails.. continue..
            log.error('\n\n\n')
            log.error(exp)
            log.error('\n\n\n')
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号