Skip to content

Commit

Permalink
increase sleep from 0.1 to 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mib1185 committed Jan 12, 2025
1 parent 2cbee44 commit 3dffe5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyfritzhome/fritzhome.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ def wait_device_txbusy(self, ain, retries=10):
txbusy = dom.findall("txbusy")
if txbusy[0].text == "0":
return True
time.sleep(0.1)
time.sleep(0.2)
return False

def get_device_elements(self):
Expand Down

0 comments on commit 3dffe5d

Please sign in to comment.