added docstring
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
|
"""Launcher shim for the Discord adapter."""
|
||||||
|
|
||||||
from youdis.adapters.discord import main
|
from youdis.adapters.discord import main
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
"""Discord adapter for interacting with FastAPI backend worker."""
|
||||||
|
|
||||||
import asyncio
|
import asyncio
|
||||||
from os import getenv
|
from os import getenv
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
"""FastAPI backend worker managing yt-dlp subprocess jobs and exposing job state."""
|
||||||
|
|
||||||
import asyncio
|
import asyncio
|
||||||
from asyncio.subprocess import PIPE, STDOUT
|
from asyncio.subprocess import PIPE, STDOUT
|
||||||
from collections import deque
|
from collections import deque
|
||||||
|
|||||||
Reference in New Issue
Block a user