reformatted all files to use the Black formatting style

This commit is contained in:
UpstreamData
2022-03-31 11:27:57 -06:00
parent e1383f2002
commit c57a523553
54 changed files with 1375 additions and 964 deletions

View File

@@ -5,8 +5,8 @@ from settings import DEBUG
logging.basicConfig(
# filename="logfile.txt",
# filemode="a",
format='[%(levelname)s][%(asctime)s](%(name)s) - %(message)s',
datefmt='%x %X'
format="[%(levelname)s][%(asctime)s](%(name)s) - %(message)s",
datefmt="%x %X",
)
logger = logging.getLogger()