Skip to content

Commit

Permalink
Fix GUI plugin which was broken by http_path work
Browse files Browse the repository at this point in the history
  • Loading branch information
BjarniRunar committed Jul 19, 2015
1 parent 9d974ea commit fabbc4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mailpile/contrib/gui/gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def _real_startup(config):
session_id=session_id)
cookie = config.http_worker.httpd.session_cookie
sspec = config.http_worker.httpd.sspec
base_url = 'http://%s:%s' % sspec
base_url = 'http://%s:%s%s' % sspec

script_dir = os.path.dirname(os.path.realpath(__file__))
script = os.path.join(script_dir, 'gui-o-matic.py')
Expand Down

0 comments on commit fabbc4e

Please sign in to comment.