multi registration request problem fixed

This commit is contained in:
Volkan Şahin 2016-06-06 12:22:44 +03:00
parent d5dec0f374
commit edcc058f74

View file

@ -53,7 +53,6 @@ class Registration():
elif 'registration_error' == str(status):
self.logger.info('[Registration] Registration is failed. New registration request will send')
self.re_register()
self.registration_request()
else:
self.logger.error('[Registration] Bad message type of registration response ')