Channel export

This commit is contained in:
Piotr Dec 2025-04-30 12:40:00 +02:00
parent 906566825f
commit c36276aee5
No known key found for this signature in database
GPG key ID: D3B5A5D0150D147A
2 changed files with 12 additions and 6 deletions

2
tui.py
View file

@ -107,7 +107,7 @@ def run_tui(exporter: SlackExporter):
app = SlackTUI(exporter)
app.run()
if app.get_return_code() == 8080:
exporter.export_channels(app.get_selection())
exporter.export_channels(list(app.get_selection()))
if __name__ == "__main__":
try: