Skip to content

Commit a53095e

Browse files
Lint
1 parent 7dafe10 commit a53095e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

streams/spotify_volume_handler.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,5 @@ def set_vol(self, amplipi_volume: float, shared_volume: float) -> float:
8181

8282
args = parser.parse_args()
8383

84-
handler = VolumeSynchronizer(SpotifyData, {"api_port": args.port}, args.stream_id, args.debug).watcher_loop()
84+
handler = VolumeSynchronizer(SpotifyData, {"api_port": args.port}, args.stream_id, args.debug)
85+
handler.watcher_loop()

0 commit comments

Comments
 (0)