~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to www/apps/consoleservice/__init__.py

  • Committer: drtomc
  • Date: 2008-02-04 01:20:29 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:398
apps.py: put debuginfo back to false.
consolservice: use the real hostname, not the one from the request.

Show diffs side-by-side

added added

removed removed

Lines of Context:
73
73
    req.write_html_head_foot = False
74
74
 
75
75
    # TODO: Figure out the host name the console server is running on.
76
 
    host = req.hostname
 
76
    host = socket.gethostname()
77
77
 
78
78
    # Create magic
79
79
    # TODO