Minor formatting edits.
This commit is contained in:
parent
f529e8bcd3
commit
5046c14693
@ -3,7 +3,6 @@ import sys
|
||||
import time
|
||||
|
||||
|
||||
|
||||
def run(args):
|
||||
subprocess.run(args, check=True)
|
||||
|
||||
@ -21,6 +20,5 @@ def main(args):
|
||||
time.sleep(delay)
|
||||
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
main(sys.argv[1:])
|
||||
|
Loading…
Reference in New Issue
Block a user