Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
coltenthefirst authored Nov 27, 2024
1 parent 7a8cbcf commit 1145d1e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions api/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,9 @@ def send_gif():

gif_url = data['gif_url']
api_key = data['api_key']

print(f"Received gif_url: {gif_url}")
print(f"Received api_key: {api_key}")

uploaded_urls = process_and_upload_gif(api_key, gif_url, OUTPUT_FOLDER)

Expand Down

0 comments on commit 1145d1e

Please sign in to comment.