Spaces:
Running
Running
Update test2.py
Browse files
test2.py
CHANGED
@@ -200,7 +200,7 @@ def create_post():
|
|
200 |
print(type(description))
|
201 |
image_url = None
|
202 |
print("img_url",image_url)
|
203 |
-
link =
|
204 |
# if image_url == None:
|
205 |
# print("here44444")
|
206 |
# image_url = None
|
@@ -224,7 +224,8 @@ def create_post():
|
|
224 |
print("desc",description)
|
225 |
print(type(description))
|
226 |
print("img_url",image_url)
|
227 |
-
link =
|
|
|
228 |
# if image_url == None:
|
229 |
# print("here44444")
|
230 |
# image_url = "https://youtube.com/playlist?list=PLacDrP-7Ys6IsnPRN0ToTfjH8gQ4s6mL9&si=shb65ODGWXhcG1wq"
|
|
|
200 |
print(type(description))
|
201 |
image_url = None
|
202 |
print("img_url",image_url)
|
203 |
+
link = "https://youtube.com/playlist?list=PLacDrP-7Ys6IsnPRN0ToTfjH8gQ4s6mL9&si=shb65ODGWXhcG1wq"
|
204 |
# if image_url == None:
|
205 |
# print("here44444")
|
206 |
# image_url = None
|
|
|
224 |
print("desc",description)
|
225 |
print(type(description))
|
226 |
print("img_url",image_url)
|
227 |
+
link = "https://youtube.com/playlist?list=PLacDrP-7Ys6IsnPRN0ToTfjH8gQ4s6mL9&si=shb65ODGWXhcG1wq"
|
228 |
+
print("link----------------------------", link)
|
229 |
# if image_url == None:
|
230 |
# print("here44444")
|
231 |
# image_url = "https://youtube.com/playlist?list=PLacDrP-7Ys6IsnPRN0ToTfjH8gQ4s6mL9&si=shb65ODGWXhcG1wq"
|