mirror of
https://github.com/fhswf/aki_prj23_transparenzregister.git
synced 2025-04-25 22:02: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:
|
def work(company: typing.Any, company_service: CompanyMongoService) -> None:
|
||||||
"""...
|
"""Process company regarding financials.
|
||||||
|
|
||||||
Args:
|
Args:
|
||||||
company (dict): _description_
|
company (dict): Company to process
|
||||||
company_service (CompanyMongoService): _description_
|
company_service (CompanyMongoService): Interface to Company collection on MongoDB
|
||||||
"""
|
"""
|
||||||
yearly_results = Bundesanzeiger().get_information(
|
yearly_results = Bundesanzeiger().get_information(
|
||||||
company["name"], company["location"]["city"]
|
company["name"], company["location"]["city"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user