Channel export
This commit is contained in:
parent
906566825f
commit
c36276aee5
2 changed files with 12 additions and 6 deletions
2
tui.py
2
tui.py
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue