Skip to content
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

fix debug message in _parse_downloaded_items #540

Merged
merged 1 commit into from
Jan 24, 2022

Conversation

tieum
Copy link
Contributor

@tieum tieum commented Jan 22, 2022

Description:

Hi while doing some debugging to download latest available video I found out a missing character 🙂

before PR
Camera: Jardin, Timestamp: 2022-01-22T11:13:51+00:00, Address: {address}, Filename: {filename}

with fix:
Camera: Jardin, Timestamp: 2022-01-22T11:13:51+00:00, Address: /api/v2/accounts/xxxxx/media/clip/yyyyyy.mp4, Filename: /tmp/jardin-2022-01-22t11-13-51-00-00.mp4

Cheers

Related issue (if applicable): fixes #

Checklist:

  • Local tests with tox run successfully PR cannot be meged unless tests pass
  • Changes tested locally to ensure platform still works as intended
  • Tests added to verify new code works

@codecov
Copy link

codecov bot commented Jan 22, 2022

Codecov Report

Merging #540 (441b950) into dev (21f29ad) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##              dev     #540   +/-   ##
=======================================
  Coverage   86.38%   86.38%           
=======================================
  Files           8        8           
  Lines        1058     1058           
=======================================
  Hits          914      914           
  Misses        144      144           
Flag Coverage Δ
unittests 86.38% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
blinkpy/blinkpy.py 84.89% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 21f29ad...441b950. Read the comment docs.

@fronzbot
Copy link
Owner

Thanks 👍

@fronzbot fronzbot merged commit 19904c1 into fronzbot:dev Jan 24, 2022
@fronzbot fronzbot mentioned this pull request Mar 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants