Loading sqad_db.py +1 −1 Original line number Diff line number Diff line Loading @@ -165,7 +165,7 @@ class SqadDb: addr = url, port try: self.storage = ClientStorage.ClientStorage(addr) self.storage = ClientStorage.ClientStorage(addr, read_only=read_only) except: print('ERROR: Problem with ZODB server connection') sys.exit() Loading Loading
sqad_db.py +1 −1 Original line number Diff line number Diff line Loading @@ -165,7 +165,7 @@ class SqadDb: addr = url, port try: self.storage = ClientStorage.ClientStorage(addr) self.storage = ClientStorage.ClientStorage(addr, read_only=read_only) except: print('ERROR: Problem with ZODB server connection') sys.exit() Loading