mirror of
https://github.com/romanz/amodem.git
synced 2026-03-23 19:01:00 +08:00
pylint: fix issues
This commit is contained in:
@@ -45,8 +45,6 @@ def main():
|
||||
log.info('exitcode: %d', ret)
|
||||
except KeyboardInterrupt:
|
||||
log.info('server stopped')
|
||||
except Exception as e:
|
||||
log.warning(e, exc_info=True)
|
||||
sys.exit(ret)
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
||||
Reference in New Issue
Block a user