mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-23 00:01:36 +00:00
fix limit_txt, fix #412
This commit is contained in:
parent
f7c5385679
commit
47a78e3c72
@ -349,8 +349,8 @@ class State(object):
|
||||
|
||||
@property
|
||||
def limit_txt(self):
|
||||
if self.filt:
|
||||
return self.filt.pattern
|
||||
if self._limit:
|
||||
return self._limit.pattern
|
||||
else:
|
||||
return None
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user