Spaces:
Build error
Build error
Ronio Jerico Roque commited on
Commit ·
5479e23
1
Parent(s): b916932
Refactor debug information keys for eBay category and images to include '- eBay' suffix for clarity
Browse files- classes/ebay.py +2 -2
classes/ebay.py
CHANGED
|
@@ -79,8 +79,8 @@ class eBay:
|
|
| 79 |
#time_lapsed = end_time - start_time
|
| 80 |
|
| 81 |
debug_info_product_title_ebay = {'data_field' : 'Product Title - eBay', 'result': self.product_title_ebay}
|
| 82 |
-
debug_category_ebay = {'data_field' : 'Category', 'result
|
| 83 |
-
debug_images_ebay = {'data_field' : 'Images', 'result
|
| 84 |
debug_product_description_ebay = {'data_field' : 'Product Description - eBay', 'result': self.product_description_ebay}
|
| 85 |
|
| 86 |
'''
|
|
|
|
| 79 |
#time_lapsed = end_time - start_time
|
| 80 |
|
| 81 |
debug_info_product_title_ebay = {'data_field' : 'Product Title - eBay', 'result': self.product_title_ebay}
|
| 82 |
+
debug_category_ebay = {'data_field' : 'Category - eBay', 'result': self.category_ebay}
|
| 83 |
+
debug_images_ebay = {'data_field' : 'Images - eBay', 'result': self.images_ebay}
|
| 84 |
debug_product_description_ebay = {'data_field' : 'Product Description - eBay', 'result': self.product_description_ebay}
|
| 85 |
|
| 86 |
'''
|