mirror of
https://github.com/0O0o0oOoO00/Alas.git
synced 2026-05-14 15:49:25 +08:00
Rename configs in device, and research
This commit is contained in:
@@ -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]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user