mirror of
https://github.com/fhswf/aki_prj23_transparenzregister.git
synced 2025-04-20 11:52:54 +02:00
Typo fixes (#249)
This commit is contained in:
parent
640faeccec
commit
55ebb4c17d
@ -1,4 +1,4 @@
|
||||
"""Placholder to login int the FH db."""
|
||||
"""Placeholder to login int the FH db."""
|
||||
HOSTNAME = "stagingdbtransparenzreg.ioappzs.mongodb.net"
|
||||
DATABASE = "transparenzregister"
|
||||
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"
|
||||
DATABASE = "transparenzregister"
|
||||
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 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:
|
||||
"""Removes trailing and leading doulbe-quotes from given string if present.
|
||||
"""Removes trailing and leading double-quotes from given string if present.
|
||||
|
||||
Args:
|
||||
value (str): _description_
|
||||
|
Loading…
x
Reference in New Issue
Block a user