Код: Выделить всё
if session['dp'] := current_user.avatar :
^ SyntaxError: cannot use assignment expressions with subscript
Подробнее здесь: https://stackoverflow.com/questions/609 ... -subscript
Код: Выделить всё
if session['dp'] := current_user.avatar :
^ SyntaxError: cannot use assignment expressions with subscript