mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +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.status_code = x.status_code
|
||||
self.content = x.get_data(as_text=False)
|
||||
self.text = x.get_data(as_text=True)
|
||||
self.headers = x.headers
|
||||
self.encoding = x.charset
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue