Spaces:
Sleeping
Sleeping
added env variable edit
Browse files- Dict_Results.txt +0 -0
- Matching_rows_Format.txt +0 -0
- ResultsAfterClassification.txt +0 -0
- insert_data.py +1 -1
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,
|
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 |
|