Skip to content

Commit

Permalink
pycodestyle whitespace fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nnayk committed Dec 8, 2023
1 parent 1a8e285 commit 84db742
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Backend/backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def store_image():
image_res = requests.post(
"https://api.imgur.com/3/image",
data={"image": data["url"]},
headers={"Authorization": "Client-ID "
headers={"Authorization": "Client-ID "
+ os.environ["IMGUR_CLIENT_ID"]},
)

Expand Down

0 comments on commit 84db742

Please sign in to comment.