mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2025-02-01 07:49:10 +00:00
fix linting error
This commit is contained in:
parent
bc47d69df9
commit
ed918cca87
@ -122,7 +122,7 @@ class CliDirector:
|
|||||||
# todo: check if installed tmux version supports display-popup
|
# todo: check if installed tmux version supports display-popup
|
||||||
|
|
||||||
# tmux's display-popup is blocking, so we close it in a separate thread
|
# tmux's display-popup is blocking, so we close it in a separate thread
|
||||||
t=threading.Thread(target=self.close_popup, args=[duration])
|
t = threading.Thread(target=self.close_popup, args=[duration])
|
||||||
t.start()
|
t.start()
|
||||||
|
|
||||||
lines = content.splitlines()
|
lines = content.splitlines()
|
||||||
|
Loading…
Reference in New Issue
Block a user