Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -2111,7 +2111,7 @@ async def handle_contact_request_response(from_number: str, response: str):
|
|
2111 |
f.write(json.dumps(contact_data, ensure_ascii=False) + '\n')
|
2112 |
|
2113 |
# Send inquiry to receiving number (admin)
|
2114 |
-
receiving_number = "
|
2115 |
|
2116 |
# Parse the response to separate name/location from details
|
2117 |
response_lines = response.strip().split('\n')
|
@@ -2207,7 +2207,7 @@ async def handle_availability_request_response(from_number: str, response: str):
|
|
2207 |
f.write(json.dumps(availability_data, ensure_ascii=False) + '\n')
|
2208 |
|
2209 |
# Send inquiry to receiving number (admin)
|
2210 |
-
receiving_number = "
|
2211 |
current_product = context_manager.get_context(from_number).get('current_product', {})
|
2212 |
product_name = current_product.get('Product Name', 'N/A') if current_product else 'N/A'
|
2213 |
|
|
|
2111 |
f.write(json.dumps(contact_data, ensure_ascii=False) + '\n')
|
2112 |
|
2113 |
# Send inquiry to receiving number (admin)
|
2114 |
+
receiving_number = "923102288328"
|
2115 |
|
2116 |
# Parse the response to separate name/location from details
|
2117 |
response_lines = response.strip().split('\n')
|
|
|
2207 |
f.write(json.dumps(availability_data, ensure_ascii=False) + '\n')
|
2208 |
|
2209 |
# Send inquiry to receiving number (admin)
|
2210 |
+
receiving_number = "923102288328"
|
2211 |
current_product = context_manager.get_context(from_number).get('current_product', {})
|
2212 |
product_name = current_product.get('Product Name', 'N/A') if current_product else 'N/A'
|
2213 |
|