From f4a766dc7a62e2a100cd62e3e7c159c5fb16e32a Mon Sep 17 00:00:00 2001 From: Cameron Dale Date: Wed, 23 Apr 2008 20:50:06 -0700 Subject: [PATCH] Fix a typo in commit e82e704e27. --- apt_p2p/apt_p2p.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apt_p2p/apt_p2p.py b/apt_p2p/apt_p2p.py index 8bfe928..01ff480 100644 --- a/apt_p2p/apt_p2p.py +++ b/apt_p2p/apt_p2p.py @@ -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. -- 2.39.2