Hellowlol / bw_plex

binge watching for plex
MIT License
368 stars 23 forks source link

Use feature detection instead of version detection #60

Closed cclauss closed 5 years ago

cclauss commented 5 years ago

Python porting best practice use feature detection instead of version detection.

codecov[bot] commented 5 years ago

Codecov Report

Merging #60 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #60   +/-   ##
=======================================
  Coverage   77.16%   77.16%           
=======================================
  Files           8        8           
  Lines        1187     1187           
=======================================
  Hits          916      916           
  Misses        271      271
Impacted Files Coverage Δ
bw_plex/credits.py 91.42% <100%> (ø) :arrow_up:

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 29df1ec...d2f45b2. Read the comment docs.

Hellowlol commented 5 years ago

Thanks:)

Hellowlol commented 5 years ago

Closing this as the compat py2 and py3 isnt needed as py2 support is dropped. Thanks!