These two lines in the disconnect() method in Lesson 4 Step 2: `del login_session['gplus_id']` `del login_session['credentials']` Need to be deleted or logging out will cause a Key Error. Thanks -Mike
These two lines in the disconnect() method in Lesson 4 Step 2:
del login_session['gplus_id']del login_session['credentials']Need to be deleted or logging out will cause a Key Error.
Thanks
-Mike