1
0
mirror of https://github.com/sui-feng-cb/AzurLaneAutoScript1.git synced 2026-06-28 08:02:18 +08:00

Fix: info_bar_count() find_peaks parameters

This commit is contained in:
LmeSzinc
2022-12-30 02:32:52 +08:00
parent e07e319ab2
commit 0e97e27562

View File

@@ -47,7 +47,6 @@ class InfoHandler(ModuleBase):
parameters = { parameters = {
'height': 235, 'height': 235,
'prominence': 50, 'prominence': 50,
'width': (0, 4),
# Blue lines are in a interval of 56 # Blue lines are in a interval of 56
'distance': 50, 'distance': 50,
} }