Fixed a typo in the return message

This commit is contained in:
Tuna Alaygut 2021-03-16 22:55:56 +03:00 committed by GitHub
parent a3c3882227
commit 731e275a3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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