invalid product

This commit is contained in:
CHIEFSOFT\ameye
2025-01-10 07:01:29 -05:00
parent bfbe9bed6d
commit 9d4097fc94
+1 -1
View File
@@ -747,7 +747,7 @@ def subscription_start(current_user):
with connection.cursor(cursor_factory=psycopg2.extras.DictCursor) as cursor:
cursor.execute(FIND_PRODUCT)
product = cursor.fetchall()
print(product[0]["uid"])
# print(product[0]["uid"])
product_found = count = len( product )
if product_found == 0 :