Ver Fonte

bug fix

Steve Nyemba há 2 anos atrás
pai
commit
3a3946c7d8
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      transport/mongo.py

+ 1 - 0
transport/mongo.py

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