mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-11 20:58:19 +08:00
Dev: Leave arguments in relative_crop empty
This commit is contained in:
@@ -22,9 +22,9 @@ class Config:
|
||||
cfg = AzurLaneConfig().merge(Config())
|
||||
|
||||
# Folder to save temp images
|
||||
folder = './screenshots/temp/'
|
||||
folder = ''
|
||||
# Put Screenshot here
|
||||
file = './screenshots/TEMPLATE_AMBUSH_EVADE_FAILED.png'
|
||||
file = ''
|
||||
|
||||
i = Image.open(file).convert('RGB')
|
||||
grids = View(cfg)
|
||||
|
||||
Reference in New Issue
Block a user