From a8022d74cac791252e4d429387049f634e6d3fd2 Mon Sep 17 00:00:00 2001 From: Guillem Borrell Nogueras Date: Thu, 26 Jan 2023 11:09:25 +0100 Subject: [PATCH] Update 'Python log to a file' --- Python-log-to-a-file.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Python-log-to-a-file.md b/Python-log-to-a-file.md index 8ba5126..6017d83 100644 --- a/Python-log-to-a-file.md +++ b/Python-log-to-a-file.md @@ -1,4 +1,4 @@ -``` +```python import logging import traceback import sys