Skip to content
Snippets Groups Projects
Commit ad23549d authored by Michael Bücker's avatar Michael Bücker
Browse files

Env

parent dbe1d311
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ def db_connect(db_name):
host=os.getenv("DB_HOST"),
database=db_name,
user=os.getenv("DB_USER"),
password="Di&i$IM0815")
password=os.getenv("DB_PASSWORD"))
return(conn)
def get_table(db_name, table_name):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment