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 authored Oct 27, 2024
1 parent efed73b commit caa5477
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 caa5477

Please sign in to comment.