Skip to content

Commit

Permalink
Added link to wiki
Browse files Browse the repository at this point in the history
  • Loading branch information
HcDevel authored and HcDevel committed Apr 27, 2014
1 parent 5cdf577 commit b91b0e0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions document.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
# The HTML output shows a chat windows in Apples Messages Style #
# The HTTP output can be used to redirect the browser to another website or app #
# #
# Please read the documentation at #
# Please read the documentation at #
# https://github.com/HcDevel/Siri-API/wiki/Customize-commands#use-chat-style #
#################################################################################

import urllib.request
Expand Down Expand Up @@ -51,4 +52,4 @@ def send (self): #Send the answer to the browser

if (self.response != 302):
self.document = self.document.replace ('<replace_with_document_class_dont_remove>', '') #Remove reference mark before sending
self.connection.wfile.write(bytes(self.document, "utf-8"))
self.connection.wfile.write(bytes(self.document, "utf-8"))

0 comments on commit b91b0e0

Please sign in to comment.