Patch for Updater

pull/1/head
hikariatama 2022-07-06 19:25:50 +00:00
parent 32bcd634a4
commit 5c4fba228a
1 changed files with 1 additions and 1 deletions

View File

@ -379,7 +379,7 @@ class UpdaterMod(loader.Module):
folders = await self._client(GetDialogFiltersRequest())
if any(folder.title == "hikka" for folder in folders):
if any(getattr(folder, "title", None) == "hikka" for folder in folders):
return
try: