Fix.
This commit is contained in:
parent
4a2ed05182
commit
df32a93912
1 changed files with 4 additions and 0 deletions
|
@ -127,3 +127,7 @@ def main():
|
||||||
tablet_mode(arguments.notify)
|
tablet_mode(arguments.notify)
|
||||||
else:
|
else:
|
||||||
print('Must specify a mode.', file=stderr, flush=True)
|
print('Must specify a mode.', file=stderr, flush=True)
|
||||||
|
|
||||||
|
|
||||||
|
if __name__ == '__main__':
|
||||||
|
main()
|
||||||
|
|
Loading…
Reference in a new issue