coult not connect to server when running from docker

前端 未结 0 1631

I have a python code which connect to postgres:

import psycopg2
def start_connection(host, port, name, user, pass):
   connect = psycopg2.connect         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题