79794799

Date: 2025-10-20 10:38:10
Score: 1.5
Natty:
Report link

For now code

.order_by('total DESC') 

changes to

.order_by(text('total DESC'))

and you should also import text from sqlalchemy

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Дмитрий Вавулин