Skip to content

Commit

Permalink
fixed issue pedosb#5, implemented issue pedosb#8
Browse files Browse the repository at this point in the history
Caso nao tenha o arquivo .notes, o webnotes.py se encarrega de cria-lo.
Foi adicionado o suporte para criacao de notas pelo webnotes.py.
  • Loading branch information
itelo committed Apr 28, 2015
2 parents 890b21d + cf09359 commit 72beb43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webnote.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
data = field.group(3)
else:
raise Exception('Cannot read request header')

response = ''

response += 'HTTP/1.1 200 OK\r\n'
Expand Down

0 comments on commit 72beb43

Please sign in to comment.