codedex-io / projects

Codédex Projects 📝
https://www.codedex.io/projects
MIT License
69 stars 45 forks source link

replace ()with [] #164

Closed Anjalisharma8072 closed 1 month ago

Anjalisharma8072 commented 1 month ago

this PR includes replacement of () with [] as When accessing the environment variable, it should use os.environ['password'] instead of os.environ('password').

intelagense commented 1 month ago

This looks good. There two more copies of the typo in automate-secret-santa-emails-with-smtp.mdx as well. Can you update these in this same branch so we can knock out everything at once? 🙏

Anjalisharma8072 commented 1 month ago

I am sorry but i only find one copy of it and additionally also added the missing comma

intelagense commented 1 month ago

Oh sorry, I thought this was the solution file! I meant two in the MDX, and one more in the actual solution file. 😭 Do you mind adjusting the solution file as well? 🙏

Anjalisharma8072 commented 1 month ago

done :)Now check it!

intelagense commented 1 month ago

Thanks! Merging now!