File tree Expand file tree Collapse file tree 5 files changed +6
-5
lines changed
Expand file tree Collapse file tree 5 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1- # Busy Business Loggers
1+ # Busy Loggers
22
33![ Licence] ( https://img.shields.io/badge/licence-MIT-blue.svg )
44![ Python Version] ( https://img.shields.io/badge/python-3.8%2B-brightgreen.svg )
Original file line number Diff line number Diff line change @@ -29,4 +29,4 @@ def run_app():
2929 with sqlite_business_logger , json_business_logger :
3030 run_app ()
3131
32- print ("\n Application terminée. Les loggers ont été arrêtés proprement." )
32+ print ("\n Application terminée. Les loggers ont été arrêtés proprement." )
Original file line number Diff line number Diff line change 1010__all__ = [
1111 "sqlite_business_logger" ,
1212 "json_business_logger"
13- ]
13+ ]
Original file line number Diff line number Diff line change @@ -53,4 +53,5 @@ def _shutdown_backend(self):
5353 if self .file_handle :
5454 self .file_handle .close ()
5555
56- json_business_logger = JsonBusinessLogger ()
56+
57+ json_business_logger = JsonBusinessLogger ()
Original file line number Diff line number Diff line change @@ -78,4 +78,4 @@ def _shutdown_backend(self):
7878 self .conn .close ()
7979
8080
81- sqlite_business_logger = SqliteBusinessLogger ()
81+ sqlite_business_logger = SqliteBusinessLogger ()
You can’t perform that action at this time.
0 commit comments