Skip to content
Snippets Groups Projects
Commit dfc46c62 authored by Erik Johnston's avatar Erik Johnston
Browse files

PEP8

parent 6ba2e3df
No related branches found
No related tags found
No related merge requests found
......@@ -268,7 +268,7 @@ class CursesProgress(Progress):
if self.finished:
self.stdscr.addstr(
self.rows-1, 0 ,
self.rows-1, 0,
"Press any key to exit...",
)
......@@ -561,7 +561,6 @@ if __name__ == "__main__":
args = parser.parse_args()
logging_config = {
"level": logging.DEBUG if args.v else logging.INFO,
"format": "%(asctime)s - %(name)s - %(lineno)d - %(levelname)s - %(message)s"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment