Update main.py
Browse files
main.py
CHANGED
@@ -53,7 +53,7 @@ def convert_image_to_base64(image_path):
|
|
53 |
|
54 |
# # Function to call the endpoint
|
55 |
def call_my_endpoint():
|
56 |
-
|
57 |
print(f"Endpoint response: {response.json()}")
|
58 |
|
59 |
# # Configure the scheduler
|
|
|
53 |
|
54 |
# # Function to call the endpoint
|
55 |
def call_my_endpoint():
|
56 |
+
response = requests.post('https://research-project-h4fb.onrender.com/refresh_api')
|
57 |
print(f"Endpoint response: {response.json()}")
|
58 |
|
59 |
# # Configure the scheduler
|