diff --git a/document.py b/document.py index 968e37f..584859e 100644 --- a/document.py +++ b/document.py @@ -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 @@ -51,4 +52,4 @@ def send (self): #Send the answer to the browser if (self.response != 302): self.document = self.document.replace ('', '') #Remove reference mark before sending - self.connection.wfile.write(bytes(self.document, "utf-8")) \ No newline at end of file + self.connection.wfile.write(bytes(self.document, "utf-8"))