#2090: json api get_hosts returns status Offline for all hosts
---------------------+------------------------------------------------------
Reporter: Cas | Owner: damoxc
Type: bug | Status: new
Priority: trivial | Milestone: 1.3.6
Component: webui | Version: 1.3.5
Keywords: |
---------------------+------------------------------------------------------
When using just the method get_hosts all hosts are listed as offline.
There is a hard-coded 'Offline' string in line 776 of get_hosts which I
wonder is intentional to show a default status before calling
get_host_status.
{{{
return [(tuple(host[HOSTS_ID:HOSTS_PORT+1]) + (_("Offline"),)) for host in
self.host_list["hosts"]]
}}}
--
Ticket URL: <http://dev.deluge-torrent.org/ticket/2090>
Deluge <http://deluge-torrent.org/>
Deluge project
--
You received this message because you are subscribed to the Google Groups
"Deluge Dev" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/deluge-dev?hl=en.