Update to run with Podman

This commit is contained in:
2024-12-29 17:35:57 +00:00
parent 5ea4e5f460
commit 054e9caca0
11 changed files with 557 additions and 239 deletions

View File

@@ -60,7 +60,7 @@ class Chan4(object):
self.log.debug(f"Decoded hash key: {self.hash_key}")
async def run(self):
if not BOARDS:
if "ALL" in BOARDS:
await self.get_board_list()
else:
self.boards = BOARDS