2
0
mirror of https://github.com/m-labs/artiq.git synced 2024-12-25 03:08:27 +08:00

language/db: default to no realtime results

This commit is contained in:
Sebastien Bourdeauducq 2015-01-29 19:58:00 +08:00
parent 939236a1b5
commit cba0011431

View File

@ -68,6 +68,10 @@ class AutoDB:
class DBKeys:
pass
@staticmethod
def realtime_results():
return dict()
def __init__(self, dbh=None, **kwargs):
self.dbh = dbh