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

Rename configs in device, and research

This commit is contained in:
LmeSzinc
2021-09-10 10:50:41 +08:00
parent ca2314c236
commit a0d823bcd0
21 changed files with 1710 additions and 1312 deletions

View File

@@ -20,6 +20,7 @@ class Filter:
self.filter = []
def load(self, string):
string = str(string)
self.filter_raw = [f.strip(' \t\r\n') for f in string.split('>')]
self.filter = [self.parse_filter(f) for f in self.filter_raw]