質問編集履歴
1
質問の詳細を追加した。
test
CHANGED
File without changes
|
test
CHANGED
@@ -9,6 +9,7 @@
|
|
9
9
|
と出ます。
|
10
10
|
エラーが出る原因をお聞きしてもよろしいでしょうか。
|
11
11
|
```ここに言語を入力
|
12
|
+
・sc001.py
|
12
13
|
def check_certification(user_id, password):
|
13
14
|
"""認証チェックとユーザー情報取得
|
14
15
|
|
@@ -35,6 +36,7 @@
|
|
35
36
|
```
|
36
37
|
|
37
38
|
```ここに言語を入力
|
39
|
+
・custom_psql.py
|
38
40
|
class PSQL(custom_response.Response):
|
39
41
|
"""PostgreSQL実行クラス
|
40
42
|
|
@@ -93,6 +95,7 @@
|
|
93
95
|
```
|
94
96
|
|
95
97
|
```ここに言語を入力
|
98
|
+
・エラーのログ
|
96
99
|
INFO [custom.py: 27] DATABASE_URL
|
97
100
|
INFO [custom.py: 28] postgresql://postgres:alkreWERTY35@postgres:5432/jinji_login
|
98
101
|
ERROR [custom_psql.py: 59] Expected bytes or unicode string, got psycopg2.extensions.connection instead
|