Skip to content

Commit

Permalink
fixed bug in script
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperwelbers committed Nov 30, 2023
1 parent 457f651 commit bdcb415
Show file tree
Hide file tree
Showing 4 changed files with 68 additions and 39 deletions.
105 changes: 66 additions & 39 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified public/port-0.0.0-py3-none-any.whl
Binary file not shown.
Binary file modified src/framework/processing/py/dist/port-0.0.0-py3-none-any.whl
Binary file not shown.
2 changes: 2 additions & 0 deletions src/framework/processing/py/port/script.py
Original file line number Diff line number Diff line change
Expand Up @@ -494,6 +494,8 @@ def extract_videos_liked(data):
"tiktok_videos_liked",
props.Translatable({"en": "Videos liked", "nl": "Gelikete videos"}),
pd.DataFrame(table),
None,
None
)


Expand Down

0 comments on commit bdcb415

Please sign in to comment.