connector

This commit is contained in:
4tochka 2019-06-03 14:58:41 +04:00
parent e0cf9781d9
commit a5e8a3f2b7

View File

@ -479,10 +479,10 @@ class Connector:
"rate %s; "
"total time %s; " % (round(self.utxo.read_from_db_time, 4),
self.utxo.read_from_db_count,
round(time.time() - self.utxo.read_from_db_batch_time, 4),
round(self.utxo.read_from_db_batch_time, 4),
c,
int(self.utxo.read_from_db_time_total)))
self.utxo.read_from_db_batch_time = time.time()
self.utxo.read_from_db_batch_time = 0
self.utxo.read_from_db_count = 0
self.log.debug("- Coins ---------------")
self.log.debug(" Coins %s; destroyed %s; "