Signed-off-by: Tuna Alaygut <alaygut@gmail.com>
@ -14,7 +14,7 @@ def todo():
client.admin.command('ismaster')
except:
return "Server not available"
return "Hello fom the MongoDB client!\n"
return "Hello from the MongoDB client!\n"
if __name__ == "__main__":