mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-31 18:11:54 +08:00
refactoring
This commit is contained in:
@@ -30,7 +30,7 @@ import aiohttp
|
||||
# =====
|
||||
class StreamerError(Exception):
|
||||
def __init__(self, err: Exception):
|
||||
super().__init__(f"{type(err).__name__} {err}")
|
||||
super().__init__(f"{type(err).__name__}: {err}")
|
||||
|
||||
|
||||
# =====
|
||||
|
||||
Reference in New Issue
Block a user