Skip to content

Commit

Permalink
Merge pull request #173 from convexshiba/patch-1
Browse files Browse the repository at this point in the history
Update radarr.py to remove print()
  • Loading branch information
marksie1988 authored May 31, 2024
2 parents 09e489b + 44a3d35 commit 8406af5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyarr/radarr.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ def upd_movie(
params = {}
if move_files is not None:
params["moveFiles"] = move_files
print(type(data))
return self._put(
"movie",
self.ver_uri,
Expand Down

0 comments on commit 8406af5

Please sign in to comment.