This commit is contained in:
Steve Nyemba 2022-08-19 15:32:35 -05:00
parent e5f3b19336
commit 3a3946c7d8
1 changed files with 1 additions and 0 deletions

View File

@ -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: