show sched ver in debug info

This commit is contained in:
Damien Elmes 2018-06-08 12:33:05 +10:00
parent da246cb935
commit 8eff5f3111

View File

@ -146,6 +146,6 @@ add-ons section</a> of our support site.
return """\ return """\
Anki {} Python {} Qt {} PyQt {} Anki {} Python {} Qt {} PyQt {}
Platform: {} Platform: {}
Flags: frz={} ao={} Flags: frz={} ao={} sv={}
""".format(appVersion, platform.python_version(), QT_VERSION_STR, PYQT_VERSION_STR, platname, """.format(appVersion, platform.python_version(), QT_VERSION_STR, PYQT_VERSION_STR, platname,
getattr(sys, "frozen", False), self.mw.addonManager.dirty) getattr(sys, "frozen", False), self.mw.addonManager.dirty, self.mw.col.schedVer())