]> git.mxchange.org Git - quix0rs-apt-p2p.git/blobdiff - apt_p2p/apt_p2p.py
Fix a typo in commit e82e704e27.
[quix0rs-apt-p2p.git] / 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.