(20241212) Had accidentally deleted some files. Recovered now.
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user