diff --git a/aqt/main.py b/aqt/main.py index 19c47b49c..c1195c841 100644 --- a/aqt/main.py +++ b/aqt/main.py @@ -778,7 +778,7 @@ and check the statistics for a home deck instead.""")) self.autoUpdate.start() def newVerAvail(self, ver): - if self.pm.meta['suppressUpdate'] != ver: + if self.pm.meta.get('suppressUpdate', None) != ver: aqt.update.askAndUpdate(self, ver) def newMsg(self, data):