mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-08-08 14:32:23 -04:00
fix TypeError: not all arguments converted during string formatting
This commit is contained in:
parent
14e312e4c4
commit
09fa41f959
2 changed files with 2 additions and 3 deletions
|
@ -200,8 +200,7 @@ class WebsockReceiverThread(threading.Thread):
|
|||
else:
|
||||
self.logger.info(
|
||||
'reached limit but self.reached_limit is already set, '
|
||||
'assuming the calling thread is already handling this',
|
||||
self.reached_limit)
|
||||
'assuming the calling thread is already handling this')
|
||||
if self.on_response:
|
||||
self.on_response(message)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue