1
0
Fork 0
mirror of https://github.com/docker/awesome-compose.git synced 2025-04-19 15:28:06 +02:00

Fixed a typo in the return message

Signed-off-by: Tuna Alaygut <alaygut@gmail.com>
This commit is contained in:
Tuna Alaygut 2021-03-16 23:14:42 +03:00
parent a3c3882227
commit 8370a3e48b

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