fix config parsing in manifests, remove module level configs

This commit is contained in:
erinhmclark
2025-01-24 13:33:12 +00:00
parent 0453d95f56
commit 024fe58377
16 changed files with 23 additions and 191 deletions

View File

@@ -15,11 +15,6 @@ class AtlosFeeder(Feeder):
if type(self.api_token) != str:
raise Exception("Atlos Feeder did not receive an Atlos API token")
# TODO
@staticmethod
def configs() -> dict:
return get_atlos_config_options()
def __iter__(self) -> Metadata:
# Get all the urls from the Atlos API
count = 0