larger timeout for ModemManager to find the modem
This commit is contained in:
parent
2ddf0a626f
commit
fa27b99970
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ def send_sms(recipients, smsstring):
|
||||||
except:
|
except:
|
||||||
retries += 1
|
retries += 1
|
||||||
time.sleep(1)
|
time.sleep(1)
|
||||||
if retries > 5:
|
if retries > 15:
|
||||||
raise
|
raise
|
||||||
|
|
||||||
# test sending SMS
|
# test sending SMS
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue