logger_example_1: Proper spacing

Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
This commit is contained in:
Matthew Stidham
2021-11-22 16:27:15 -08:00
parent 2c57e3e7b7
commit 45ff9caade

View File

@@ -21,5 +21,6 @@ def main():
logging.error('This is error output, level 3')
logging.critical('This is error output, level 4')
if __name__ == "__main__":
main()