mirror of
https://github.com/ziirish/burp-ui.git
synced 2026-05-15 14:16:08 -06:00
fix nested trio issue with agent and parallel backend
This commit is contained in:
parent
faeb15ec5f
commit
4fbffa839a
2 changed files with 509 additions and 493 deletions
File diff suppressed because it is too large
Load diff
|
|
@ -1664,7 +1664,6 @@ class Config(File):
|
|||
if self._dirty or any(x.dirty for x in self.files.values()):
|
||||
# cleanup "caches"
|
||||
self.options.clear()
|
||||
del self.options
|
||||
self.options = OrderedDict()
|
||||
for key in list(self.types.keys()):
|
||||
del self.types[key]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue