fixed typo for registration attempt

This commit is contained in:
Tuncay ÇOLAK 2021-10-06 17:00:12 +03:00
parent 8d4a2257b9
commit de959f6b42

View file

@ -160,7 +160,7 @@ class AhenkDaemon(BaseDaemon):
# self.registration_failed()
while registration.is_registered() is False:
print("Registration attemp")
print("Registration attempt")
max_attempt_number -= 1
self.logger.debug('Ahenk is not registered. Attempting for registration')
# registration.registration_request(self.register_hostname,self.register_user_name,self.register_user_password,self.register_directory_server)