Fixed a typo in the return message
This commit is contained in:
parent
a3c3882227
commit
731e275a3e
@ -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__":
|
||||
|
Loading…
Reference in New Issue
Block a user