Skip to content

Commit

Permalink
revert: original items
Browse files Browse the repository at this point in the history
  • Loading branch information
techwithanirudh committed Nov 11, 2024
1 parent cd849b3 commit fcafc34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/meetingbaas.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ def main():
parser = argparse.ArgumentParser(description="Meeting BaaS Bot")
parser.add_argument("--meeting-url", help="The meeting URL (must start with https://)")
parser.add_argument("--ngrok-url", help="The ngrok URL (must start with https://)")
parser.add_argument("--bot-name", default="Teacher", help="The name of the bot which is going to join the meeting.")
parser.add_argument("--bot-name", default="Speaking MeetingBaas Bot", help="The name of the bot which is going to join the meeting.")
parser.add_argument("--bot-image", default="https://utfs.io/f/N2K2zOxB65Cx6UOeGHsoI9OHcetbNxLZB2ErqhAzDfFlMXYK", help="The image of the bot which is going to join the meeting.")

args = parser.parse_args()
Expand Down

0 comments on commit fcafc34

Please sign in to comment.