Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions oauth1-python-3legged/complete.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def __getattr__(self, attr):
'''
def main():
#create new smart cookie to extract request token
cookie = Cookie.SmartCookie()
cookie = Cookie.SimpleCookie()

#if a cookie is available, load it
if os.environ.has_key('HTTP_COOKIE'):
Expand Down Expand Up @@ -83,4 +83,4 @@ def main():
sys.exit()

if __name__ == '__main__':
main()
main()