Пример #1
0
 def should_check_for_updates(self):
     return bool(Storage.get('check_on_startup')) and \
         not Update.checked_recently()
Пример #2
0
 def should_check_for_updates(self):
     return bool(Storage.get('check_on_startup')) and \
         not Update.checked_recently()