Skip to content

Commit

Permalink
Use *=
Browse files Browse the repository at this point in the history
  • Loading branch information
emlowe committed Nov 12, 2024
1 parent 49ff8ed commit 4701635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chia/daemon/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ async def start(self, wait_for_start: bool = False) -> None:
if not wait_for_start:
break
await asyncio.sleep(connect_backoff)
connect_backoff = connect_backoff * 2
connect_backoff *= 2

if self.websocket is None or self.websocket.closed:
await self.close()
Expand Down

0 comments on commit 4701635

Please sign in to comment.