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