From: Cameron Dale Date: Thu, 24 Apr 2008 03:50:06 +0000 (-0700) Subject: Fix a typo in commit e82e704e27. X-Git-Url: https://git.mxchange.org/?p=quix0rs-apt-p2p.git;a=commitdiff_plain;h=f4a766dc7a62e2a100cd62e3e7c159c5fb16e32a Fix a typo in commit e82e704e27. --- 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.