bug fix
This commit is contained in:
parent
e5f3b19336
commit
3a3946c7d8
|
@ -108,6 +108,7 @@ class MongoReader(Mongo,Reader):
|
|||
def __init__(self,**args):
|
||||
Mongo.__init__(self,**args)
|
||||
def read(self,**args):
|
||||
|
||||
if 'mongo' in args :
|
||||
#
|
||||
# @TODO:
|
||||
|
|
Loading…
Reference in New Issue