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

9 lines
140 B
Python
Raw Normal View History

2021-02-19 08:56:57 +00:00
import asyncio
2021-02-19 12:20:00 +00:00
from core.parser import parser
2021-02-19 08:56:57 +00:00
kwargs = {}
kwargs['TEST'] = True
2021-04-05 00:41:50 +00:00
kwargs['command'] = '~weekly'
2021-02-19 08:56:57 +00:00
asyncio.run(parser(kwargs))