Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
@@ -118,7 +118,7 @@ def handle_content_message(event):
|
|
118 |
dist_name = os.path.basename(dist_path)
|
119 |
# os.rename(tempfile_path, dist_path)
|
120 |
|
121 |
-
image_url = f"{base_url}/images{dist_name}"
|
122 |
|
123 |
with ApiClient(configuration) as api_client:
|
124 |
line_bot_api = MessagingApi(api_client)
|
|
|
118 |
dist_name = os.path.basename(dist_path)
|
119 |
# os.rename(tempfile_path, dist_path)
|
120 |
|
121 |
+
image_url = f"{base_url}/images/{dist_name}"
|
122 |
|
123 |
with ApiClient(configuration) as api_client:
|
124 |
line_bot_api = MessagingApi(api_client)
|