[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [bridgedb/master] 4056-cleanDatabase has wrong function name



commit fc8ec9789cd8d38d80448877f689ecf086cddf9f
Author: aagbsn <aagbsn@xxxxxxxx>
Date:   Mon Sep 19 16:10:06 2011 -0700

    4056-cleanDatabase has wrong function name
    
    Call the correct function name.
    cleanWarnedBridges() renamed to cleanWarnedEmails()
---
 lib/bridgedb/Dist.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lib/bridgedb/Dist.py b/lib/bridgedb/Dist.py
index 030c7fa..bbff9f1 100644
--- a/lib/bridgedb/Dist.py
+++ b/lib/bridgedb/Dist.py
@@ -296,7 +296,7 @@ class EmailBasedDistributor(bridgedb.Bridges.BridgeHolder):
         db = bridgedb.Storage.getDB()
         try:
             db.cleanEmailedBridges(time.time()-MAX_EMAIL_RATE)
-            db.cleanWarnedBridges(time.time()-MAX_EMAIL_RATE)
+            db.cleanWarnedEmails(time.time()-MAX_EMAIL_RATE)
         except:
             db.rollback()
             raise



_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits