Updating logging.

This commit is contained in:
jowj 2018-01-21 21:04:23 -06:00
parent 67b8ea459a
commit 0d5a41dc73

View File

@ -71,6 +71,7 @@ if __name__ == "__main__":
if command: if command:
handle_command(command, channel) handle_command(command, channel)
time.sleep(RTM_READ_DELAY) time.sleep(RTM_READ_DELAY)
logging.info("Client worked. No errors (we think lol)")
else: else:
print("Connection failed. Exception traceback printed above.") print("Connection failed. Exception traceback printed above.")
logging.info('Check console for exception traceback.') logging.info('Check console for exception traceback.')