mirror of
https://github.com/onyx-and-iris/simple-recorder.git
synced 2026-04-08 18:33:35 +00:00
fix docstring
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user