mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 00:51:53 +08:00
lint fix
This commit is contained in:
@@ -357,7 +357,7 @@ class Streamer: # pylint: disable=too-many-instance-attributes
|
||||
try:
|
||||
async with session.get(
|
||||
self.__make_url("snapshot"),
|
||||
timeout=self.__snapshot_timeout,
|
||||
timeout=aiohttp.ClientTimeout(total=self.__snapshot_timeout),
|
||||
) as response:
|
||||
|
||||
htclient.raise_not_200(response)
|
||||
|
||||
Reference in New Issue
Block a user