-
Notifications
You must be signed in to change notification settings - Fork 200
Covcov #224
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| try: | ||
| self.sendCommand('timeline/subscribe', port=server_url[1].strip('/'), protocol='http') | ||
| except: | ||
| except: # noqa: E722 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if you say except Exception: I believe pyflakes wont yell at you.
|
Btw, is the plexapi username password and token in the test computers env? I would like to swap to using env as the current solution uses the config. And i got my own server in the config.. It make local testing painfull. |
Maybe this shoud be a integration test too.
| # we need to reload this as there is a bug in part.delete | ||
| # See https://github.com/pkkid/python-plexapi/issues/201 | ||
| m = movie.reload() | ||
| for part in m.iterParts(): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should iterate over media
|
I'll go ahead and merge this. It's gonna be a while until I have time to complete the rest |
|
👍 |
No description provided.