Skip to content

Commit

Permalink
Black changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Shrimadh committed Nov 1, 2024
1 parent 81b2041 commit 2bd26e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion set_env.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"MONGO_URI": "mongodb+srv://svrao3:popcorn1234@popcorn.xujnm.mongodb.net",
}

with open(".env", "w",encoding="utf-8") as env_file:
with open(".env", "w", encoding="utf-8") as env_file:
for key, value in env_variables.items():
env_file.write(f"{key}={value}\n")

Expand Down

0 comments on commit 2bd26e5

Please sign in to comment.