mirror of
https://github.com/k4yt3x/video2x.git
synced 2026-05-18 17:37:31 +08:00
fixed Flake8 issues
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user