mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-04-21 08:06:27 -04:00
Merge branch 'master' into qa
* master: fix TypeError: not all arguments converted during string formatting
This commit is contained in:
commit
aa22594928
@ -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…
x
Reference in New Issue
Block a user