Fix a typo in commit e82e704e27.
authorCameron Dale <camrdale@gmail.com>
Thu, 24 Apr 2008 03:50:06 +0000 (20:50 -0700)
committerCameron Dale <camrdale@gmail.com>
Thu, 24 Apr 2008 03:50:06 +0000 (20:50 -0700)
apt_p2p/apt_p2p.py

index 8bfe928cb0b8f442457c15a853a7d4560e21d209..01ff480691eaf9056c27b6f791d764291c2d0541 100644 (file)
@@ -155,7 +155,7 @@ class AptP2P(protocol.Factory):
         if self.nextRefresh.active():
             self.nextRefresh.reset(delay)
         else:
-            self.nextRefresh = reactor.callLater(delay, self.plRefresh, None, hashes)
+            self.nextRefresh = reactor.callLater(delay, self.refreshFiles, None, hashes)
     
     def getStats(self):
         """Retrieve and format the statistics for the program.