mirror of
https://github.com/internetarchive/warcprox.git
synced 2025-01-18 13:22:09 +01:00
Fix ListenerPostfetchProcessor typo
Use `self.listener` instead of `listener`.
This commit is contained in:
parent
530aaba461
commit
2f84fa8dbf
@ -235,7 +235,7 @@ class ListenerPostfetchProcessor(BaseStandardPostfetchProcessor):
|
||||
self.listener.stop()
|
||||
except:
|
||||
self.logger.error(
|
||||
'%s raised exception', listener.stop, exc_info=True)
|
||||
'%s raised exception', self.listener.stop, exc_info=True)
|
||||
|
||||
def timestamp17():
|
||||
now = datetime.datetime.utcnow()
|
||||
|
Loading…
x
Reference in New Issue
Block a user