We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6631dca commit 8f2d1f5Copy full SHA for 8f2d1f5
1 file changed
upload.py
@@ -8,7 +8,6 @@ def upload_file(file_path, folder="uploads"):
8
"""
9
Uploads a file to Cloudinary and returns the upload response.
10
11
- print(os.getenv("CLOUDINARY_URL"))
12
try:
13
response = cloudinary.uploader.upload(
14
file_path,
0 commit comments