Skip to content

Commit

Permalink
update docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
Abeautifulsnow committed Mar 9, 2024
1 parent a3522d1 commit a0a289b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgu.py
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,7 @@ async def run_async(

loop = asyncio.get_event_loop()

# TODO: 这个写法有问题,会报错(RuntimeError: threads can only be started once)
# TODO: RuntimeError: threads can only be started once)
cmd_s = [
loop.run_in_executor(
None,
Expand Down

0 comments on commit a0a289b

Please sign in to comment.