Update config_setup.py

fixes #45
This commit is contained in:
David
2023-04-23 09:48:56 +02:00
committed by GitHub
parent 067d429d33
commit 3b0cbff054

View File

@@ -159,8 +159,8 @@ def main(config, config_file, debug):
channel_info["id"] = results[int(choice)][0]
channel_info["name"] = results[int(choice)][1]
channel_whitelist.append(channel_info)
# Close web session asynchronously
loop.run_until_complete(web_session.close())
# Close web session asynchronously
loop.run_until_complete(web_session.close())
config["channel_whitelist"] = channel_whitelist