reset_session: command args is a str
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
7854f57c9f
commit
b49d60e7ce
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ class Plugin(E2EEPlugin):
|
||||||
colored_fp += f'\x19{fg_color}}}{part}{separator}'
|
colored_fp += f'\x19{fg_color}}}{part}{separator}'
|
||||||
return colored_fp
|
return colored_fp
|
||||||
|
|
||||||
def reset_session(self, args: List[str]) -> None:
|
def reset_session(self, args: str) -> None:
|
||||||
"""
|
"""
|
||||||
Command wrapper for _reset_session.
|
Command wrapper for _reset_session.
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in a new issue