Skip to content

Commit 475b185

Browse files
author
Mark Costello
committed
Re-added linebreak
1 parent 44adb49 commit 475b185

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

zencoder/core.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ def get(self, url, data=None):
117117
if data:
118118
params = urlencode(data)
119119
url = '?'.join([url, params])
120+
120121
response, content = self.http.request(url, method="GET",
121122
headers=self.headers)
122123
return self.process(response, content)

0 commit comments

Comments
 (0)