Se agrega confirmacion de estado
Showing
6 changed files
with
88 additions
and
8 deletions
mongo_db.py
0 → 100644
-
Please register or sign in to post a comment
... | ... | @@ -90,6 +90,7 @@ class DBconnection: |
def check(self,information): | ||
valid = True | ||
for column in information: | ||
#print(column) | ||
# columna no existe en la tabla | ||
if not Table.validate(column): | ||
... | ... |