fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Simpler deployment.
[redakcja.git]
/
lib
/
wlapi.py
diff --git
a/lib/wlapi.py
b/lib/wlapi.py
index
0a674c8
..
3284211
100644
(file)
--- a/
lib/wlapi.py
+++ b/
lib/wlapi.py
@@
-38,7
+38,7
@@
def api_call(path, format="json"):
# prepare request
rq = urllib2.Request(self.base_url + path + ".json")
# prepare request
rq = urllib2.Request(self.base_url + path + ".json")
- # will send POST when there is data, GET otherwise
+ # will send POST when there is data, GET otherwise
if data is not None:
rq.add_data(json.dumps(data))
rq.add_header("Content-Type", "application/json")
if data is not None:
rq.add_data(json.dumps(data))
rq.add_header("Content-Type", "application/json")