removed header comment from bot runner

This commit is contained in:
Jon Taylor
2024-06-24 17:35:26 +01:00
parent 447f37167e
commit c407445dd1

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