Fixed issue with getting engine args
parent
316a160457
commit
933b7c7ba0
|
@ -220,9 +220,7 @@ def get_engine_arg(config):
|
||||||
|
|
||||||
engine_args = '{}://{}:{}@{}:{}/{}'
|
engine_args = '{}://{}:{}@{}:{}/{}'
|
||||||
|
|
||||||
engine_args.format(driver, username, password, host, port, database_name)
|
return engine_args.format(driver, username, password, host, port, database_name)
|
||||||
|
|
||||||
return engine_args
|
|
||||||
|
|
||||||
|
|
||||||
# Bot Startup ******************************************************************
|
# Bot Startup ******************************************************************
|
||||||
|
|
Loading…
Reference in New Issue