main.py: remove verbose apps

This commit is contained in:
Antoine Martin 2024-03-05 16:17:55 -05:00
parent 9f4d911a5d
commit 2f2d26fd29
Signed by: forge
GPG key ID: D62A472A4AA7D541

View file

@ -111,7 +111,6 @@ for group_info in authentik_get_groups():
# sync that apps exists as lists
for app_info in authentik_get_apps():
print(app_info)
try:
list_info = listmonk_get_list('app-' + app_info['slug'])