You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello!
Dear, please help my, i get an error when flagging an item as out of stock. How to fix the error?
File "/root/greed/worker.py", line 1062, in __edit_product_menu
product.price = int(price) if not isinstance(price, CancelSignal) else product.price
TypeError: int() argument must be a string, a bytes-like object or a number, not 'NoneType'
The text was updated successfully, but these errors were encountered:
Hello!
Dear, please help my, i get an error when flagging an item as out of stock. How to fix the error?
File "/root/greed/worker.py", line 1062, in __edit_product_menu
product.price = int(price) if not isinstance(price, CancelSignal) else product.price
TypeError: int() argument must be a string, a bytes-like object or a number, not 'NoneType'
The text was updated successfully, but these errors were encountered: