Skip to content

Commit

Permalink
\t to 4space
Browse files Browse the repository at this point in the history
  • Loading branch information
Jackon Yang committed Nov 1, 2014
1 parent e2a036e commit bf4a744
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions grabrr.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,9 @@ def saveFriends(rid, friends, filename, file_encoding='UTF-8'):
else:
rr = renren(cookies)
rid = rr.renrenId()
if rid is None:
if rid is None:
print "Error. unavailable cookie"
else:
else:
friends = rr.friendList(rid)

file_encoding = 'UTF-8'
Expand Down

0 comments on commit bf4a744

Please sign in to comment.