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-05 08:41:50 +08:00

8 lines
140 B
Python

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