Skip to content

Commit

Permalink
[SCRAPER]: bypass setup
Browse files Browse the repository at this point in the history
  • Loading branch information
amadolid committed Jan 5, 2024
1 parent 0fedf37 commit edfcdb8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions jaseci_ai_kit/jac_misc/jac_misc/scraper/scraper.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
from copy import deepcopy


@jaseci_action(act_group=["wbs"], allow_remote=True)
def setup():
pass


@jaseci_action(act_group=["wbs"], allow_remote=True)
def url_to_filename(url: str):
return "".join(c for c in url if c.isalnum())
Expand Down

0 comments on commit edfcdb8

Please sign in to comment.