From e3171c81787fb1e14f729af33b9c4a87e052000a Mon Sep 17 00:00:00 2001 From: Terrtia Date: Thu, 6 Apr 2023 16:26:56 +0200 Subject: [PATCH] fix: [tags] fix delete subtype tags --- bin/lib/ail_core.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/lib/ail_core.py b/bin/lib/ail_core.py index 5c26501e..aa270b2b 100755 --- a/bin/lib/ail_core.py +++ b/bin/lib/ail_core.py @@ -38,6 +38,7 @@ def get_object_all_subtypes(obj_type): return ['key', 'mail', 'name'] if obj_type == 'username': return ['telegram', 'twitter', 'jabber'] + return [] def get_all_objects_with_subtypes_tuple(): str_objs = []