Update transmit.py change from 45 sec to 20 sec uptime

master-ff
Alan Johnston 6 months ago committed by GitHub
parent d3a879eb6f
commit 5e6d749ae6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -220,10 +220,10 @@ if __name__ == "__main__":
print(up)
uptime = float(up)
print(uptime)
if (uptime < 45):
print("Uptime < 45 seconds")
if (uptime < 20):
print("Uptime < 20 seconds")
else:
print("Uptime > 45 seconds")
print("Uptime > 20 seconds")
skip = True
file.close()
except:

Loading…
Cancel
Save

Powered by TurnKey Linux.