MobileBlur

Diff
Login

Differences From Artifact [c162874b83]:

To Artifact [7ededcc3db]:


624
625
626
627
628
629
630
631

    def cleanup(self):
        """
        This method should be run periodically to free the db from
        expired nonce and association entries.
        """

        return self.cleanupNonces(), self.cleanupAssociations()










>
624
625
626
627
628
629
630
631
632
    def cleanup(self):
        """
        This method should be run periodically to free the db from
        expired nonce and association entries.
        """

        return self.cleanupNonces(), self.cleanupAssociations()