ThePornDatabase / namer

Renames adult video files so that the plex/jellyfin plugins and stash script will match without user input. Runs server or command mode.
https://theporndb.net
184 stars 29 forks source link

Minor #37

Closed DirtyRacer1337 closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #37 (326765d) into main (9a72580) will decrease coverage by 0.09%. The diff coverage is 89.65%.

@@            Coverage Diff             @@
##             main      #37      +/-   ##
==========================================
- Coverage   87.48%   87.38%   -0.10%     
==========================================
  Files          25       25              
  Lines        2804     2774      -30     
  Branches      377      379       +2     
==========================================
- Hits         2453     2424      -29     
  Misses        211      211              
+ Partials      140      139       -1     
Impacted Files Coverage Δ
namer/web/server.py 91.11% <80.00%> (+2.47%) :arrow_up:
namer/types.py 94.11% <100.00%> (-0.44%) :arrow_down:
namer/watchdog.py 86.22% <100.00%> (-0.09%) :arrow_down:

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 9a72580...326765d. Read the comment docs.

DirtyRacer1337 commented 2 years ago

It's still not printing token, just * like it was before

4c0d3r commented 2 years ago

Oh sorry, I missed that. I would have thought you were generating json responses to make it available to a UI in the future, in which case keeping the json un-obfuscated would have made more sense and then modifying output in the print. Good enough for now, merging.