Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -2065,7 +2065,7 @@ async def handle_contact_request_response(from_number: str, response: str):
|
|
2065 |
f.write(json.dumps(contact_data, ensure_ascii=False) + '\n')
|
2066 |
|
2067 |
# Send inquiry to receiving number (admin)
|
2068 |
-
receiving_number = "
|
2069 |
|
2070 |
# Parse the response to separate name/location from details
|
2071 |
response_lines = response.strip().split('\n')
|
@@ -2161,7 +2161,7 @@ async def handle_availability_request_response(from_number: str, response: str):
|
|
2161 |
f.write(json.dumps(availability_data, ensure_ascii=False) + '\n')
|
2162 |
|
2163 |
# Send inquiry to receiving number (admin)
|
2164 |
-
receiving_number = "
|
2165 |
current_product = context_manager.get_context(from_number).get('current_product', {})
|
2166 |
product_name = current_product.get('Product Name', 'N/A') if current_product else 'N/A'
|
2167 |
|
|
|
2065 |
f.write(json.dumps(contact_data, ensure_ascii=False) + '\n')
|
2066 |
|
2067 |
# Send inquiry to receiving number (admin)
|
2068 |
+
receiving_number = "+923102288328"
|
2069 |
|
2070 |
# Parse the response to separate name/location from details
|
2071 |
response_lines = response.strip().split('\n')
|
|
|
2161 |
f.write(json.dumps(availability_data, ensure_ascii=False) + '\n')
|
2162 |
|
2163 |
# Send inquiry to receiving number (admin)
|
2164 |
+
receiving_number = "+923102288328"
|
2165 |
current_product = context_manager.get_context(from_number).get('current_product', {})
|
2166 |
product_name = current_product.get('Product Name', 'N/A') if current_product else 'N/A'
|
2167 |
|