fixed Flake8 issues

This commit is contained in:
k4yt3x
2022-04-06 03:39:32 +00:00
parent e0dc8237f5
commit 865e3bd193
5 changed files with 30 additions and 32 deletions

View File

@@ -112,8 +112,8 @@ class Interpolator(multiprocessing.Process):
except (SystemExit, KeyboardInterrupt):
break
except Exception as e:
logger.exception(e)
except Exception as error:
logger.exception(error)
break
logger.opt(colors=True).info(