Archived
1
0
Fork 0
This repository has been archived on 2024-04-26. You can view files and clone it, but cannot push or open issues or pull requests.
akari-bot/unit_test.py
2021-04-03 20:47:09 +08:00

8 lines
153 B
Python

import asyncio
from core.parser import parser
kwargs = {}
kwargs['TEST'] = True
kwargs['command'] = '~github search mcwzh'
asyncio.run(parser(kwargs))