Projects/worblehat-old
Projects
/
worblehat-old
Archived
12
0
Fork 0
This repository has been archived on 2024-07-04. You can view files and clone it, but cannot push or open issues or pull requests.
worblehat-old/cli/worblehat.py

13 lines
370 B
Python

import pgdb
from fileformat import read_actionlist, write_actionlist
from util import *
connection = pgdb.connect(database='oysteini_pbb2',
user='oysteini_pbb',
password='lio5Aide',
host='postgres.pvv.ntnu.no');
c = connection.cursor()
c.execute('SELECT * from bok')
print fetchall_dict(c)