diff --git a/cinaryusuf.py b/cinaryusuf.py index bb999b8..5a78366 100644 --- a/cinaryusuf.py +++ b/cinaryusuf.py @@ -298,6 +298,8 @@ def post(self): # If the disconnected user was in a call, send bye message to the other user logging.warning('User ' + user + ' disconnected.') + time.sleep(3) + update_contact_lists() class MessagePage(webapp2.RequestHandler): def post(self):