#3337: listen ports syntax error
----------------------------+-------------------
Reporter: spider | Type: bug
Status: new | Priority: minor
Milestone: needs verified | Component: Core
Version: 2.0.3 | Keywords:
----------------------------+-------------------
{{{
--- preferencesmanager.py
+++ preferencesmanager.py
@@ -231,7 +231,7 @@
self.core.apply_session_settings(
{
'listen_system_port_fallback':
self.config['listen_use_sys_port'],
- 'listen_interfaces': ''.join(interfaces),
+ 'listen_interfaces': ','.join(interfaces),
}
)
}}}
--
Ticket URL: <https://dev.deluge-torrent.org/ticket/3337>
Deluge <https://deluge-torrent.org/>
Deluge Project
--
You received this message because you are subscribed to the Google Groups
"Deluge Dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/deluge-dev/045.aac7142cecf78745525a8318f5177a95%40deluge-torrent.org.