customizable sleep intervals

This commit is contained in:
Chris Lu
2019-06-06 00:39:08 -07:00
parent 50aa769554
commit e66bddd84c
2 changed files with 4 additions and 1 deletions

View File

@@ -334,6 +334,7 @@ scripts = """
ec.balance -force
volume.balance -force
"""
sleep_minutes = 17 # sleep minutes between each script execution
`
)