update ls job

This commit is contained in:
MuslemRahimi 2025-02-17 20:05:06 +01:00
parent 01e802047a
commit 1c1dd11635

View File

@ -146,7 +146,7 @@ async def run():
# Uncomment the line below to perform the update: # Uncomment the line below to perform the update:
# pb.collection('users').update(user.id, {'tier': 'Free'}) # pb.collection('users').update(user.id, {'tier': 'Free'})
print(f"Downgraded: {user_email}") print(f"Downgraded: {user_email}")
print(attributes) #print(attributes)
except Exception as e: except Exception as e:
print(f"Error processing user {user_email}: {e}") print(f"Error processing user {user_email}: {e}")