Spaces:
Running
on
Zero
Running
on
Zero
test
Browse files- command/postgresz.py +1 -1
command/postgresz.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
import psycopg2
|
2 |
-
|
3 |
# PostgreSQLの設定
|
4 |
conn_params = {
|
5 |
"dbname": "neondb",
|
|
|
1 |
import psycopg2
|
2 |
+
import os
|
3 |
# PostgreSQLの設定
|
4 |
conn_params = {
|
5 |
"dbname": "neondb",
|