From cc9d07344cf9f92cf1c38d0974f53e60d90a244a Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Sun, 3 Mar 2024 00:35:52 -0500 Subject: [PATCH] main.py: do all checks when creating new subscriber --- main.py | 1 - 1 file changed, 1 deletion(-) diff --git a/main.py b/main.py index 9409337..9b20e3e 100755 --- a/main.py +++ b/main.py @@ -116,7 +116,6 @@ for user_info in authentik_get_users(): print('> Failed to find username, creating subscriber') create_resp = listmonk_create_subscriber(user_info['email'], user_info['username'], status=user_active) print(create_resp) - continue # checks if user email matches subscriber email if user_info['email'] != subscriber_info['email']: