add rpc
This commit is contained in:
@@ -9,6 +9,13 @@ import pandas as pd
|
||||
from requests.packages.urllib3.exceptions import InsecureRequestWarning
|
||||
requests.packages.urllib3.disable_warnings(InsecureRequestWarning)
|
||||
|
||||
# TODO
|
||||
# Add Buckeye REC https://buckeyerec.outagemap.coop/
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
conn = psycopg2.connect(host='localhost', database='nws', user='nws', password='nws')
|
||||
cursor = conn.cursor()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user