AppGUI.py 文件源码

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

项目:stash-scanner 作者: senuido 项目源码 文件源码
def check_version_callback(self, latest):
        if not isinstance(latest, VersionInfo):
            return

        if latest.is_newer_than(self.VERSION_NUMBER):
            answer = messagebox.askquestion('Update', 'A newer version is available, would you like to download it?', parent=self)
            if answer == messagebox.YES:
                webbrowser.open(self.RELEASES_URL)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号