patching now optional value

This commit is contained in:
msramalho
2023-12-13 13:55:31 +00:00
parent 96f6ea8f09
commit fa1163532b
2 changed files with 1 additions and 2 deletions

View File

@@ -18,7 +18,6 @@ class AAApiDb(Database):
self.allow_rearchive = bool(self.allow_rearchive)
self.store_results = bool(self.store_results)
self.assert_valid_string("api_endpoint")
self.assert_valid_string("api_secret")
@staticmethod
def configs() -> dict: