mirror of
https://github.com/aljazceru/python-teos.git
synced 2025-12-17 22:24:23 +01:00
PEP8 linting
This commit is contained in:
@@ -29,4 +29,5 @@ class ZMQHandler:
|
||||
block_hash = binascii.hexlify(body).decode('UTF-8')
|
||||
block_queue.put(block_hash)
|
||||
|
||||
logging.info(M("[ZMQHandler-{}] new block received via ZMQ".format(self.parent), block_hash=block_hash))
|
||||
logging.info(M("[ZMQHandler-{}] new block received via ZMQ".format(self.parent),
|
||||
block_hash=block_hash))
|
||||
|
||||
Reference in New Issue
Block a user