debug log
Some checks are pending
Docker build and publish / build-and-push-image (push) Waiting to run
Some checks are pending
Docker build and publish / build-and-push-image (push) Waiting to run
This commit is contained in:
parent
b57546140b
commit
f4159bc30d
1 changed files with 1 additions and 0 deletions
1
main.py
1
main.py
|
|
@ -51,6 +51,7 @@ class BringPlugin:
|
|||
self.webhook_url = os.getenv("WEBHOOK_URL")
|
||||
self.bring = None
|
||||
self.existing_list = None
|
||||
print(f"email: {self.email}")
|
||||
|
||||
async def grab_items(self, bring_list):
|
||||
"""Grabs the items of the list using the list's uuid"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue