Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tybalex committed Jan 21, 2025
1 parent c31a415 commit a4c1fc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion zoom/main.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import sys
import json
from tools import meetings, recordings, users
from tools import meetings, recordings, users, timezone
from tools.helper import tool_registry


Expand Down
2 changes: 1 addition & 1 deletion zoom/tools/meetings.py
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ def update_meeting():
return {"message": "successfully updated meeting"}


@tool_registry.decorator("ListMeetingTe mplates")
@tool_registry.decorator("ListMeetingTemplates")
def list_meeting_templates():
url = f"{ZOOM_API_URL}/users/me/meeting_templates"
headers = {
Expand Down

0 comments on commit a4c1fc3

Please sign in to comment.