Update ideaGen_youtube_insight.py
Browse files
ideaGen_youtube_insight.py
CHANGED
|
@@ -137,4 +137,4 @@ def parallel_function(content_type, brand_name, product_name, core_essence, addi
|
|
| 137 |
price_str = "price:" + str(result1[1] + result2[1]) + "$"
|
| 138 |
|
| 139 |
|
| 140 |
-
return result1
|
|
|
|
| 137 |
price_str = "price:" + str(result1[1] + result2[1]) + "$"
|
| 138 |
|
| 139 |
|
| 140 |
+
return result1[0] , result2[0] , price_str
|