1
0
Fork 0

documentation via output

This commit is contained in:
Kevin Matz 2019-11-17 11:11:37 -05:00
parent 39e8749e29
commit 5110eab466
1 changed files with 3 additions and 0 deletions

View File

@ -79,3 +79,6 @@ if __name__ == '__main__':
pause()
except KeyboardInterrupt:
print()
else:
# indicate prefered method of sleeping when laoded as a module
print('call signal.pause() instead of time.sleep()')