mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-04-08 22:56:05 +08:00
Opt: No screenshot timer prints (#2051)
This commit is contained in:
@@ -8,7 +8,7 @@ import numpy as np
|
|||||||
from PIL import Image
|
from PIL import Image
|
||||||
|
|
||||||
from module.base.decorator import cached_property
|
from module.base.decorator import cached_property
|
||||||
from module.base.timer import Timer, timer
|
from module.base.timer import Timer
|
||||||
from module.base.utils import get_color, image_size, limit_in, save_image
|
from module.base.utils import get_color, image_size, limit_in, save_image
|
||||||
from module.device.method.adb import Adb
|
from module.device.method.adb import Adb
|
||||||
from module.device.method.ascreencap import AScreenCap
|
from module.device.method.ascreencap import AScreenCap
|
||||||
@@ -40,7 +40,6 @@ class Screenshot(Adb, WSA, DroidCast, AScreenCap, Scrcpy):
|
|||||||
'scrcpy': self.screenshot_scrcpy,
|
'scrcpy': self.screenshot_scrcpy,
|
||||||
}
|
}
|
||||||
|
|
||||||
@timer
|
|
||||||
def screenshot(self):
|
def screenshot(self):
|
||||||
"""
|
"""
|
||||||
Returns:
|
Returns:
|
||||||
|
|||||||
Reference in New Issue
Block a user