Skip to content
This repository has been archived by the owner on Aug 24, 2022. It is now read-only.

Commit

Permalink
fixed path
Browse files Browse the repository at this point in the history
  • Loading branch information
vlebourl committed Nov 18, 2020
1 parent 76ae839 commit baa6c4c
Show file tree
Hide file tree
Showing 36 changed files with 13 additions and 0 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
13 changes: 13 additions & 0 deletions custom_components/custom_shopping_list/scratch.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
import asyncio

from bring import BringApi

loop = asyncio.get_event_loop()
api = BringApi("[email protected]", "qTJ4zcTitu9LWb")
loop.run_until_complete(api.login())
loop.run_until_complete(api.get_lists())

api.select_list("Maison")


print("logged in")

0 comments on commit baa6c4c

Please sign in to comment.