in03 / proxima

Transcode source media directly from DaVinci Resolve using multiple machines for encoding. Great for creating proxies quickly.
MIT License
50 stars 3 forks source link

Buildinfo might return True to multiple build types #246

Closed github-actions[bot] closed 1 year ago

github-actions[bot] commented 1 year ago

Buildinfo might return True to multiple build types

I think if you're running proxima in a repo and a URL/release is installed...

https://github.com/in03/proxima/blob/de4440ade3c7a5ab78672e5b8377453fac66bbb2/src/proxima/app/package.py#L17


logger = logging.getLogger("proxima")
logger.setLevel(settings["app"]["loglevel"])

# TODO: Buildinfo might return True to multiple build types
# I think if you're running proxima in a repo and a URL/release is installed...
class BuildInfo:
    def __init__(
        self,

0cd39a5948cf9dc92c6e3100077d5aa3248f7adc

github-actions[bot] commented 1 year ago

Closed in cef3a8589c72353a7051af32912b12f6880298e8