Skip to content

Commit 94673c7

Browse files
author
Vic Fryzel
committed
Forcing SSL in DocsService
1 parent 822acd6 commit 94673c7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/gdata/docs/service.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ def __init__(self, email=None, password=None, source=None,
104104
gdata.service.GDataService.__init__(
105105
self, email=email, password=password, service='writely', source=source,
106106
server=server, additional_headers=additional_headers, **kwargs)
107+
self.ssl = True
107108

108109
def _MakeKindCategory(self, label):
109110
if label is None:

0 commit comments

Comments
 (0)