This commit is contained in:
Nico Schottelius 2016-11-15 17:15:01 +01:00
commit fe4ecafe59
2 changed files with 2 additions and 8 deletions

View file

@ -89,7 +89,7 @@ def pg_wait_for_pkg(conns, callback):
class DB(object):
def __init__(query):
def __init__(self, query):
self.query = query
@classmethod