mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-23 00:01:36 +00:00
fix scripteditor bug
This commit is contained in:
parent
59d3e9d954
commit
3739e1fe82
@ -63,6 +63,7 @@ class Script:
|
||||
"""
|
||||
|
||||
def __init__(self, command, master):
|
||||
self.command = command
|
||||
self.args = self.parse_command(command)
|
||||
self.ctx = ScriptContext(master)
|
||||
self.ns = None
|
||||
|
Loading…
Reference in New Issue
Block a user