This commit is contained in:
han0
2024-07-09 18:11:22 +08:00
parent e6442b2cf9
commit d2eca25632
7 changed files with 126 additions and 2 deletions

View File

@@ -2,6 +2,9 @@ from collectors import Collector
def collect(year=2023, month=11):
"""
整理发布价格
"""
collector = Collector(year, month)
collector.run()