samlonka commited on
Commit
45a1425
1 Parent(s): 3e5934d

'database'

Browse files
Files changed (1) hide show
  1. database.py +0 -1
database.py CHANGED
@@ -17,7 +17,6 @@ def initialize_database():
17
  "password": st.secrets["password"],
18
  "port": int(st.secrets["port"]),
19
  "database": st.secrets["database"],
20
- "ssl": {"ca": ".streamlit/veda-prod-jumpserver.pem"}
21
  }
22
  db = pymysql.connect(**db_params)
23
  logging.info("Connected to the database successfully!")
 
17
  "password": st.secrets["password"],
18
  "port": int(st.secrets["port"]),
19
  "database": st.secrets["database"],
 
20
  }
21
  db = pymysql.connect(**db_params)
22
  logging.info("Connected to the database successfully!")