summaryrefslogtreecommitdiffstats
path: root/glances/static_list.py
diff options
context:
space:
mode:
Diffstat (limited to 'glances/static_list.py')
-rw-r--r--glances/static_list.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/glances/static_list.py b/glances/static_list.py
index 782623e0..2fdcd60b 100644
--- a/glances/static_list.py
+++ b/glances/static_list.py
@@ -56,7 +56,7 @@ class GlancesStaticServer(object):
if new_server['name'] is not None:
# Manage optionnal information
if new_server['port'] is None:
- new_server['port'] = 61209
+ new_server['port'] = '61209'
new_server['username'] = 'glances'
# By default, try empty (aka no) password
new_server['password'] = ''