Update share_btn.py
Browse files- share_btn.py +1 -1
share_btn.py
CHANGED
|
@@ -71,7 +71,7 @@ share_js = """async () => {
|
|
| 71 |
shareIconEl.style.display = 'none';
|
| 72 |
loadingIconEl.style.removeProperty('display');
|
| 73 |
|
| 74 |
-
const videoFile = await getOutputVideoFile(video_url
|
| 75 |
const dataOutputVideo = await uploadFile(videoFile);
|
| 76 |
|
| 77 |
|
|
|
|
| 71 |
shareIconEl.style.display = 'none';
|
| 72 |
loadingIconEl.style.removeProperty('display');
|
| 73 |
|
| 74 |
+
const videoFile = await getOutputVideoFile(video_url);
|
| 75 |
const dataOutputVideo = await uploadFile(videoFile);
|
| 76 |
|
| 77 |
|