9 lines
186 B
Python
9 lines
186 B
Python
import urllib3
|
|
import bs4
|
|
import psycopg2
|
|
|
|
# def connect_postgres():
|
|
# conn = psycopg2.connect("dbname='dh' user='dh' host='dh.saret.tk' password='qwerty'")
|
|
# return conn
|
|
|
|
# def |