X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2Fcommon.git;a=blobdiff_plain;f=osm_common%2Fdbmemory.py;fp=osm_common%2Fdbmemory.py;h=272f6d6248be75b0b6889660fd39e3da1b657a88;hp=ad5213573f3d9f32db8bc9ef3f7e1a7eedbcef2b;hb=76394efe9fbee088dddd1dc9d4da6f043c3959a5;hpb=abe9dced7126c866b751acf560aee085d6d2d69d diff --git a/osm_common/dbmemory.py b/osm_common/dbmemory.py index ad52135..272f6d6 100644 --- a/osm_common/dbmemory.py +++ b/osm_common/dbmemory.py @@ -29,7 +29,7 @@ __author__ = "Alfonso Tierno " class DbMemory(DbBase): def __init__(self, logger_name="db", lock=False): - super().__init__(logger_name, lock) + super().__init__(logger_name=logger_name, lock=lock) self.db = {} def db_connect(self, config):