mirror of
https://github.com/fhswf/aki_prj23_transparenzregister.git
synced 2025-04-24 15:32:35 +02:00
checkpoint
This commit is contained in:
parent
ecf94d4b61
commit
cfb4459a16
@ -12,11 +12,11 @@ from aki_prj23_transparenzregister.utils.mongo.connector import MongoConnector
|
||||
|
||||
|
||||
def work(company: typing.Any, company_service: CompanyMongoService) -> None:
|
||||
"""...
|
||||
"""Process company regarding financials.
|
||||
|
||||
Args:
|
||||
company (dict): _description_
|
||||
company_service (CompanyMongoService): _description_
|
||||
company (dict): Company to process
|
||||
company_service (CompanyMongoService): Interface to Company collection on MongoDB
|
||||
"""
|
||||
yearly_results = Bundesanzeiger().get_information(
|
||||
company["name"], company["location"]["city"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user