make executable
This commit is contained in:
parent
9cf6a45412
commit
d1bcb71eea
|
@ -45,7 +45,7 @@ def check_timer(timer_name):
|
|||
|
||||
if __name__ == '__main__':
|
||||
parser = argparse.ArgumentParser()
|
||||
parser.add_argument('-t', '--timer', required=True, help='The name of the timer to check')
|
||||
parser.add_argument('-t', '--timer', required=True, help='The name of the timer to check.')
|
||||
args = parser.parse_args()
|
||||
|
||||
try:
|
||||
|
|
Loading…
Reference in New Issue