Browse Source

pulled after update

Liron Shimrony 10 năm trước cách đây
mục cha
commit
9e046865b7
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      hackathon_starter/hackathon/scripts/facebook.py

+ 2 - 1
hackathon_starter/hackathon/scripts/facebook.py

@@ -82,4 +82,5 @@ class FacebookOauthClient(object):
 		if response.status_code != 200:
 			raise(Exception('Invalid response,response code: {c}'.format(c=response.status_code)))
 
-		return response.json()
+		return response.json()
+