mirror of
https://github.com/Pardus-LiderAhenk/ahenk
synced 2024-11-09 18:52:16 +03:00
fixed typo for registration attempt
This commit is contained in:
parent
8d4a2257b9
commit
de959f6b42
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue