Skip to content

Commit

Permalink
fix: output of wait time
Browse files Browse the repository at this point in the history
  • Loading branch information
medanisjbara committed Aug 15, 2023
1 parent 31c83c6 commit df43c23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openweb_proxy/proxy_miner.py
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ def verify(
if int(r.headers["X-Rl"]) == 0:
log.info(
f"Batch testing. Chunk: {chunk_i}/{len(chunks)}. "
+ "Sleep: {r.headers['X-Ttl']}s before next chunk"
+ f"Sleep: {r.headers['X-Ttl']}s before next chunk"
)
sleep(int(r.headers["X-Ttl"]) + self.timeout)

Expand Down

0 comments on commit df43c23

Please sign in to comment.