fix:
This commit is contained in:
@@ -2,6 +2,9 @@ from collectors import Collector
|
||||
|
||||
|
||||
def collect(year=2023, month=11):
|
||||
"""
|
||||
整理发布价格
|
||||
"""
|
||||
collector = Collector(year, month)
|
||||
collector.run()
|
||||
|
||||
|
Reference in New Issue
Block a user