fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Missing files.
[redakcja.git]
/
apps
/
api
/
handlers
/
library_handlers.py
diff --git
a/apps/api/handlers/library_handlers.py
b/apps/api/handlers/library_handlers.py
index
6fd7786
..
86aef21
100644
(file)
--- a/
apps/api/handlers/library_handlers.py
+++ b/
apps/api/handlers/library_handlers.py
@@
-70,8
+70,7
@@
class LibraryHandler(BaseHandler):
try:
lock = lib.lock()
try:
- print "DOCID", docid
-
+ print "DOCID", docid
doc = lib.document_create(docid)
# document created, but no content yet