(20241212) Had accidentally deleted some files. Recovered now.

This commit is contained in:
2024-12-12 15:32:40 +05:30
parent fe676ab599
commit cdfde4adbb
4 changed files with 7 additions and 21 deletions
-2
View File
@@ -92,7 +92,6 @@ if __name__ == "__main__":
async def main():
# Create an instance of the database connector:
print("Connecting...")
my_db = AsyncMongo(
connection_string = constants.MONGO_DATA_CONNECTION_STRING,
database_name = constants.MONGO_DATA_DATABASE_NAME,
@@ -100,7 +99,6 @@ if __name__ == "__main__":
debug = True
)
await my_db.connect()
print("Connected!")
# Get some data to know if things are working well:
matching_data = await my_db.find_many(