This commit is contained in:
jxxghp
2023-06-17 17:34:18 +08:00
parent f85e960fa9
commit acdec220f7
42 changed files with 423 additions and 253 deletions

View File

@ -2,7 +2,7 @@
from unittest import TestCase
from app.chain.douban_sync import DoubanSyncChain
from app.chain.douban import DoubanChain
class DoubanSyncTest(TestCase):
@ -14,4 +14,4 @@ class DoubanSyncTest(TestCase):
@staticmethod
def test_doubansync():
DoubanSyncChain().process()
DoubanChain().sync()