mirror of
https://github.com/onyx-and-iris/simple-recorder.git
synced 2025-07-26 22:01:54 +00:00
fix docstring
This commit is contained in:
parent
b6c0e9dece
commit
6bdbb470c9
@ -47,7 +47,7 @@ class SimpleRecorder(Command):
|
||||
|
||||
@override
|
||||
async def run(self):
|
||||
"""Run the Simple Recorder CLI."""
|
||||
"""Run the Simple Recorder GUI."""
|
||||
window = SimpleRecorderWindow(self.host, self.port, self.password, self.theme)
|
||||
await window.run()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user