Closed Clete2 closed 7 years ago
@Clete2 What errors are you getting when trying to login?
storj_bridge
on storj.Client
is undefined and bridge_api_url
on login
is undefined.
If you need more details, let me know and I can run again.
And the last file I changed really was supposed to go into my other pull request. I changed to bs4
because you had moved to bs4
from beautifulsoup
and had forgotten to change that file.
storj_bridge
on storj.Client
is defined
It looks like you meant to add functionality to customize the bridge, but I was getting errors when trying to login.
Additionally, you switched to
bs4
elsewhere but forgot to switch tobs4
inbackend_config.py
.