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")