forked from M-Labs/artiq
1
0
Fork 0

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
1 changed files with 4 additions and 0 deletions

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