mirror of
https://github.com/fhswf/aki_prj23_transparenzregister.git
synced 2025-06-21 19:03:55 +02:00
Typo fixes (#249)
This commit is contained in:
@ -1,4 +1,4 @@
|
|||||||
"""Placholder to login int the FH db."""
|
"""Placeholder to login int the FH db."""
|
||||||
HOSTNAME = "stagingdbtransparenzreg.ioappzs.mongodb.net"
|
HOSTNAME = "stagingdbtransparenzreg.ioappzs.mongodb.net"
|
||||||
DATABASE = "transparenzregister"
|
DATABASE = "transparenzregister"
|
||||||
PORT = None
|
PORT = None
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
"""Placholder to login int the FH db."""
|
"""Placeholder to login int the FH db."""
|
||||||
HOSTNAME = "172.17.38.210"
|
HOSTNAME = "172.17.38.210"
|
||||||
DATABASE = "transparenzregister"
|
DATABASE = "transparenzregister"
|
||||||
PORT = 30217
|
PORT = 30217
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
"""Fix fincancial data of particular companies identified by their ID."""
|
"""Fix financial data of particular companies identified by their ID."""
|
||||||
from loguru import logger
|
from loguru import logger
|
||||||
|
|
||||||
from aki_prj23_transparenzregister.apps.enrich_company_financials import work
|
from aki_prj23_transparenzregister.apps.enrich_company_financials import work
|
||||||
|
@ -37,7 +37,7 @@ def transform_date_to_iso(date: str) -> str:
|
|||||||
|
|
||||||
|
|
||||||
def remove_traling_and_leading_quotes(value: str) -> str:
|
def remove_traling_and_leading_quotes(value: str) -> str:
|
||||||
"""Removes trailing and leading doulbe-quotes from given string if present.
|
"""Removes trailing and leading double-quotes from given string if present.
|
||||||
|
|
||||||
Args:
|
Args:
|
||||||
value (str): _description_
|
value (str): _description_
|
||||||
|
Reference in New Issue
Block a user