mirror of
https://github.com/sui-feng-cb/AzurLaneAutoScript1.git
synced 2026-06-14 22:00:01 +08:00
indentation error
This commit is contained in:
@@ -105,7 +105,7 @@ class Dock(Equipment):
|
||||
def dock_filter_index_all_set(self, enable):
|
||||
filter_index_all.set('on' if enable else 'off', main=self)
|
||||
|
||||
def dock_filter_set(self, category, type, enable):
|
||||
def dock_filter_set(self, category, type, enable):
|
||||
key = f'filter_{category}_{type}'
|
||||
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user