1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-11 20:58:19 +08:00

Opt: No screenshot timer prints (#2051)

This commit is contained in:
LmeSzinc
2023-02-16 21:12:41 +08:00
parent 3634257908
commit 9861cbd449

View File

@@ -8,7 +8,7 @@ import numpy as np
from PIL import Image
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.device.method.adb import Adb
from module.device.method.ascreencap import AScreenCap
@@ -40,7 +40,6 @@ class Screenshot(Adb, WSA, DroidCast, AScreenCap, Scrcpy):
'scrcpy': self.screenshot_scrcpy,
}
@timer
def screenshot(self):
"""
Returns: