fix docstring

This commit is contained in:
onyx-and-iris 2025-06-26 06:20:21 +01:00
parent b6c0e9dece
commit 6bdbb470c9

View File

@ -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()