Update copyright to 2025

This commit is contained in:
Mark Backman
2025-01-06 10:12:20 -05:00
parent 386ba61483
commit 4667624b60
223 changed files with 245 additions and 262 deletions

View File

@@ -1,5 +1,5 @@
#
# Copyright (c) 2024, Daily
# Copyright (c) 2025, Daily
#
# SPDX-License-Identifier: BSD 2-Clause License
#
@@ -154,8 +154,7 @@ async def catch_all(path_name: Optional[str] = ""):
async def virtualize_bot(room_url: str, token: str):
"""
This is an example of how to virtualize the bot using Fly.io
"""This is an example of how to virtualize the bot using Fly.io
You can adapt this method to use whichever cloud provider you prefer.
"""
FLY_API_HOST = os.getenv("FLY_API_HOST", "https://api.machines.dev/v1")