mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-13 01:30:31 +08:00
lint fixes
This commit is contained in:
parent
be8032893e
commit
136b756e00
@ -20,7 +20,6 @@
|
|||||||
# ========================================================================== #
|
# ========================================================================== #
|
||||||
|
|
||||||
|
|
||||||
import sys
|
|
||||||
import os
|
import os
|
||||||
import asyncio
|
import asyncio
|
||||||
import socket
|
import socket
|
||||||
@ -484,8 +483,6 @@ class VncServer: # pylint: disable=too-many-instance-attributes
|
|||||||
none_auth_only=none_auth_only,
|
none_auth_only=none_auth_only,
|
||||||
shared_params=shared_params,
|
shared_params=shared_params,
|
||||||
).run()
|
).run()
|
||||||
except asyncio.CancelledError:
|
|
||||||
raise
|
|
||||||
except Exception:
|
except Exception:
|
||||||
logger.exception("[entry] %s: Unhandled exception in client task", remote)
|
logger.exception("[entry] %s: Unhandled exception in client task", remote)
|
||||||
finally:
|
finally:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user