Exemple #1
0
 def __init__(self, *a, **k):
     Inquiry.__init__(self, *a, **k)
     self.db = tornpsql.Connection(os.getenv("PSQL", "postgres://peak:@localhost:5432/inquiry"))
Exemple #2
0
 def __init__(self, *a, **k):
     Inquiry.__init__(self, *a, **k)
     self.db = tornpsql.Connection(
         os.getenv("PSQL", "postgres://peak:@localhost:5432/inquiry"))