From 6b42464ca75500096f7d973832e03c7908f7ff17 Mon Sep 17 00:00:00 2001 From: Lars Kruse Date: Tue, 27 Mar 2018 05:04:12 +0200 Subject: [PATCH] Plugin deluge_: fix style issues --- plugins/torrent/deluge_ | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/plugins/torrent/deluge_ b/plugins/torrent/deluge_ index 3387f518..6812ae21 100755 --- a/plugins/torrent/deluge_ +++ b/plugins/torrent/deluge_ @@ -304,7 +304,8 @@ def print_config(mode): ".info The number of connections used by Deluge Torrent") elif mode == "bandwidth": print("graph_title Bandwidth usage") - print("graph_order payloadDownloadRate overheadDownloadRate payloadUploadRate overheadUploadRate") + print("graph_order payloadDownloadRate overheadDownloadRate payloadUploadRate " + "overheadUploadRate") print("graph_args --base 1024 -r") print("graph_vlabel bytes/s : down(-) and up(+)") print("graph_scale yes") @@ -322,7 +323,8 @@ def print_config(mode): print("overheadDownloadRate.draw STACK") print("overheadDownloadRate.min 0") print("overheadDownloadRate.graph no") - print("overheadDownloadRate.info Bandwidth 'lost' due to overhead while downloading and uploading torrents") + print("overheadDownloadRate.info Bandwidth 'lost' due to overhead while downloading and " + "uploading torrents") print("payloadUploadRate.label payload") print("payloadUploadRate.draw AREA") @@ -334,7 +336,8 @@ def print_config(mode): print("overheadUploadRate.draw STACK") print("overheadUploadRate.min 0") print("overheadUploadRate.negative overheadDownloadRate") - print("overheadUploadRate.info Bandwidth 'lost' due to overhead while downloading and uploading torrents") + print("overheadUploadRate.info Bandwidth 'lost' due to overhead while downloading and " + "uploading torrents") elif mode == "states": print("graph_title Torrents states")