mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
BAM!
This commit is contained in:
parent
9646fda248
commit
ebf95781e0
1 changed files with 1 additions and 0 deletions
|
|
@ -104,6 +104,7 @@ class Response(object):
|
||||||
self.x = x
|
self.x = x
|
||||||
self.status_code = x.status_code
|
self.status_code = x.status_code
|
||||||
self.content = x.get_data(as_text=False)
|
self.content = x.get_data(as_text=False)
|
||||||
|
self.text = x.get_data(as_text=True)
|
||||||
self.headers = x.headers
|
self.headers = x.headers
|
||||||
self.encoding = x.charset
|
self.encoding = x.charset
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue