removed header comment from bot runner

This commit is contained in:
Jon Taylor
2024-06-24 17:35:26 +01:00
committed by Ubuntu
parent 99f8693db9
commit 949e90bc63

View File

@@ -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