fix typo
This commit is contained in:
parent
5dcca277a8
commit
c3d907236d
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ class LocationBase():
|
||||||
|
|
||||||
|
|
||||||
class Tenant(LocationBase):
|
class Tenant(LocationBase):
|
||||||
def __init_(self):
|
def __init__(self):
|
||||||
driver = config.tenant.driver.split(':')[0] if \
|
driver = config.tenant.driver.split(':')[0] if \
|
||||||
config.tenant.driver else None
|
config.tenant.driver else None
|
||||||
driver_value = ':'.join(config.tenant.driver.split(':')[1:]) if \
|
driver_value = ':'.join(config.tenant.driver.split(':')[1:]) if \
|
||||||
|
|
|
||||||
Loading…
Add table
editor.link_modal.header
Reference in a new issue