moved isLive() to ClientRepositoryBase
This commit is contained in:
parent
6744102679
commit
d65a594a10
|
|
@ -22,9 +22,6 @@ class ClientRepository(ClientRepositoryBase):
|
|||
self.DOIDnext = 0
|
||||
self.DOIDlast = 0
|
||||
|
||||
def isLive(self):
|
||||
return not (__dev__ or launcher.isTestServer())
|
||||
|
||||
def handleSetDOIDrange(self, di):
|
||||
self.DOIDbase = di.getUint32()
|
||||
self.DOIDlast = self.DOIDbase + di.getUint32()
|
||||
|
|
|
|||
Loading…
Reference in New Issue