Skip to content

Commit

Permalink
Merge pull request #150 from Guovin/dev
Browse files Browse the repository at this point in the history
chore:format
  • Loading branch information
Guovin authored Jun 16, 2024
2 parents 64dff65 + eaf9294 commit e5f1e08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,7 @@ def process_channel_by_online_search(name):
# print(f"Error on search: {e}")
pass
finally:
channels[format_channel_name(name)] = info_list
names_queue.task_done()
pbar.update()
pbar.set_description(
Expand All @@ -315,7 +316,6 @@ def process_channel_by_online_search(name):
)
if driver:
driver.quit()
channels[name] = info_list

names_queue = asyncio.Queue()
for name in names:
Expand Down

0 comments on commit e5f1e08

Please sign in to comment.