Skip to content

Commit

Permalink
Add Static Web Browser API processor
Browse files Browse the repository at this point in the history
  • Loading branch information
ajhai committed Nov 16, 2023
1 parent 00bc9d0 commit fb4dc48
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,11 @@ class WebBrowser(ApiProcessorInterface[WebBrowserInput, WebBrowserOutput, WebBro
"""
@staticmethod
def name() -> str:
return 'Web Browser'
return 'Static Web Browser'

@staticmethod
def slug() -> str:
return 'web_browser'
return 'static_web_browser'

@staticmethod
def description() -> str:
Expand Down

0 comments on commit fb4dc48

Please sign in to comment.