debug log
Some checks are pending
Docker build and publish / build-and-push-image (push) Waiting to run

This commit is contained in:
Lysann Tranvouez 2026-01-03 21:59:20 +00:00
parent b57546140b
commit f4159bc30d

View file

@ -51,6 +51,7 @@ class BringPlugin:
self.webhook_url = os.getenv("WEBHOOK_URL") self.webhook_url = os.getenv("WEBHOOK_URL")
self.bring = None self.bring = None
self.existing_list = None self.existing_list = None
print(f"email: {self.email}")
async def grab_items(self, bring_list): async def grab_items(self, bring_list):
"""Grabs the items of the list using the list's uuid""" """Grabs the items of the list using the list's uuid"""