Undo change

This commit is contained in:
M.Ravi 2023-11-26 12:13:52 +05:30
parent b077e51eda
commit 373254f98f

View file

@ -250,7 +250,7 @@ class LdapManager:
:return: :return:
""" """
with open(settings.LDAP_MAX_UID_FILE_PATH, 'w+') as handler: with open(settings.LDAP_MAX_UID_FILE_PATH, 'w+') as handler:
handler.write(max_uid) handler.write(str(max_uid))
def _get_max_uid(self): def _get_max_uid(self):
""" """