AppDaemon hasn't worked since 2024.1.5 update

Hi, I noticed recently that AppDaemon no longer works. I haven’t changed anything in quite a while, only updated to 2024.1.5. It’s giving me these errors. I can’t find anything wrong in my secrets.yaml and my hass instance uses it without issue. I’m using appdaemon 0.16.3

[01:02:05] INFO: Starting AppDaemon...
s6-rc: info: service legacy-services successfully started
ERROR Error loading secrets file: /config/secrets.yaml
Traceback (most recent call last):
  File "/usr/bin/appdaemon", line 8, in <module>
    sys.exit(main())
             ^^^^^^
  File "/usr/lib/python3.11/site-packages/appdaemon/__main__.py", line 417, in main
    admain.main()
  File "/usr/lib/python3.11/site-packages/appdaemon/__main__.py", line 276, in main
    if "appdaemon" not in config:
       ^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: argument of type 'NoneType' is not iterable
[01:02:07] INFO: Service AppDaemon exited with code 1 (by signal 0)