sankalps commited on
Commit
5ded1dc
1 Parent(s): b3bc48d

added env variable edit

Browse files
Dict_Results.txt CHANGED
The diff for this file is too large to render. See raw diff
 
Matching_rows_Format.txt CHANGED
The diff for this file is too large to render. See raw diff
 
ResultsAfterClassification.txt CHANGED
The diff for this file is too large to render. See raw diff
 
insert_data.py CHANGED
@@ -18,7 +18,7 @@ def create_connection():
18
  """
19
  conn = None
20
  try:
21
- conn = psycopg.connect(dbname=DB_NAME, user=DB_USER, password=DB_PASS, host=DB_HOST, SSLMODE="require")
22
  except:
23
  print(e)
24
 
 
18
  """
19
  conn = None
20
  try:
21
+ conn = psycopg.connect(dbname=DB_NAME, user=DB_USER, password=DB_PASS, host=DB_HOST, sslmode="require")
22
  except:
23
  print(e)
24