indicator.py 文件源码

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

项目:furi-kura 作者: benjamindean 项目源码 文件源码
def run_background(self, interval=1):
        """
        Convert minute interval to seconds
        and updated services with new timeout.
        """
        timeout = interval * 60 * 1000
        self.services['timeout'] = GObject.timeout_add(timeout, self.update_reddit_data)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号