worthless-launcher/worthless/__main__.py
Nguyễn Thế Hưng cc6f3996af fix: only do 8 jobs at once in update & verify
Prevent lag which can lead to unusable system (especially when using hdiffpatch)

Also print more
2023-03-01 17:32:07 +07:00

7 lines
116 B
Python
Executable File

#!/usr/bin/python3
import asyncio
from worthless import cli
if __name__ == "__main__":
asyncio.run(cli.main())