예제 #1
0
 def is_active(self):
     """Checks if the user has disabled download confirmation."""
     key = self.get_key()
     return dictstorage.get(key) != 'False'
예제 #2
0
 def get_db_sync_stamp(self):
     timestamp = dictstorage.get(DICTSTORAGE_SYNC_KEY)
     return timestamp
예제 #3
0
 def get_db_sync_stamp(self):
     timestamp = dictstorage.get(DICTSTORAGE_SYNC_KEY)
     return timestamp
예제 #4
0
 def is_active(self):
     """ Checks if the user has disabled download confirmation
     """
     key = self.get_key()
     return dictstorage.get(key) != 'False'