mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-17 23:21:21 +00:00
use floor division
This commit is contained in:
@ -165,9 +165,7 @@ class TMSPServer():
|
||||
self.handle_conn_closed(r)
|
||||
return
|
||||
except Exception as e:
|
||||
import sys
|
||||
print(sys.exc_info()[0])
|
||||
print("error reading from connection", str(e))
|
||||
logger.exception("error reading from connection")
|
||||
self.handle_conn_closed(r)
|
||||
return
|
||||
|
||||
|
Reference in New Issue
Block a user