From 949e90bc6330f505b6bb72e652ac8e1dba924ad3 Mon Sep 17 00:00:00 2001 From: Jon Taylor Date: Mon, 24 Jun 2024 17:35:26 +0100 Subject: [PATCH] removed header comment from bot runner --- examples/fast-chatbot/bot_runner.py | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/examples/fast-chatbot/bot_runner.py b/examples/fast-chatbot/bot_runner.py index d87ec7cb6..c1b1b6780 100644 --- a/examples/fast-chatbot/bot_runner.py +++ b/examples/fast-chatbot/bot_runner.py @@ -1,11 +1,9 @@ -""" -bot_runner.py +# +# Copyright (c) 2024, Daily +# +# SPDX-License-Identifier: BSD 2-Clause License +# -HTTP service that listens for incoming calls from either Daily or Twilio, -provisioning a room and starting a Pipecat bot in response. - -Refer to README for more information. -""" import os import argparse import subprocess