Skip to content

Commit

Permalink
Fixed code checks
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanhellander committed Nov 21, 2023
1 parent 6f8728b commit 7b81df2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fedn/fedn/network/clients/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -750,7 +750,7 @@ def run(self):
old_state = self.state
while True:
time.sleep(1)
if cnt==0:
if cnt == 0:
logger.info("Client is active, waiting for model update requests.")
cnt = 1
if self.state != old_state:
Expand Down

0 comments on commit 7b81df2

Please sign in to comment.