Fix syntax error

This commit is contained in:
Andy Kittner 2013-09-04 22:25:32 +02:00
parent 1b199e0295
commit 8305a898b3
1 changed files with 1 additions and 0 deletions

View File

@ -540,6 +540,7 @@ class MainWindow(wx.Frame):
"server_settings": {
"host": self.host,
"port": self.port,
},
}
dp = os.path.dirname(self.gui_settings_path)