fix: less debug output
This commit is contained in:
parent
e4735b197e
commit
658472902c
1 changed files with 0 additions and 1 deletions
1
main.py
1
main.py
|
|
@ -13,7 +13,6 @@ def read_config():
|
||||||
dbuser = config('DB_USER', 'test')
|
dbuser = config('DB_USER', 'test')
|
||||||
dbpass = config('DB_PASS', 'testpass')
|
dbpass = config('DB_PASS', 'testpass')
|
||||||
master = config('DNS_MASTER', 'wile')
|
master = config('DNS_MASTER', 'wile')
|
||||||
print(f"{zones=} {dbhost=} {dbport=} {dbuser=} {dbpass=} {dbdb=} {master=}")
|
|
||||||
return (zones,dbhost, dbport, dbuser, dbpass, dbdb, master)
|
return (zones,dbhost, dbport, dbuser, dbpass, dbdb, master)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue