This commit is contained in:
Richard Neumann 2019-06-01 23:49:40 +02:00
parent 4a2ed05182
commit df32a93912

View file

@ -127,3 +127,7 @@ def main():
tablet_mode(arguments.notify)
else:
print('Must specify a mode.', file=stderr, flush=True)
if __name__ == '__main__':
main()