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