2883
2882
# Convert the SafeConfigParser object to a dict
2884
2883
server_settings = server_config.defaults()
2885
2884
# Use the appropriate methods on the non-string config options
2886
for option in ("debug", "use_dbus", "use_ipv6", "restore",
2885
for option in ("debug", "use_dbus", "use_ipv6", "foreground"):
2888
2886
server_settings[option] = server_config.getboolean("DEFAULT",
2890
2888
if server_settings["port"]: