diff --git a/app/cron_lemon_squeezy.py b/app/cron_lemon_squeezy.py index 32b2b74..b422bdc 100644 --- a/app/cron_lemon_squeezy.py +++ b/app/cron_lemon_squeezy.py @@ -146,7 +146,7 @@ async def run(): # Uncomment the line below to perform the update: # pb.collection('users').update(user.id, {'tier': 'Free'}) print(f"Downgraded: {user_email}") - print(attributes) + #print(attributes) except Exception as e: print(f"Error processing user {user_email}: {e}")