mirror of https://github.com/m-labs/artiq.git
language/db: default to no realtime results
This commit is contained in:
parent
939236a1b5
commit
cba0011431
|
@ -68,6 +68,10 @@ class AutoDB:
|
||||||
class DBKeys:
|
class DBKeys:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
@staticmethod
|
||||||
|
def realtime_results():
|
||||||
|
return dict()
|
||||||
|
|
||||||
def __init__(self, dbh=None, **kwargs):
|
def __init__(self, dbh=None, **kwargs):
|
||||||
self.dbh = dbh
|
self.dbh = dbh
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue