删除无用内容

This commit is contained in:
2022-04-19 09:41:57 +08:00
parent 314e7aff54
commit 3f5df9df29
4 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
import argparse
from config import load_config
from worker.danmaku import do_workflow
from workflow.worker import do_workflow
if __name__ == '__main__':
load_config()