|
|
@ -290,7 +290,8 @@ class Operations:
|
|
|
|
|
|
|
|
|
|
|
|
if found_rating is None:
|
|
|
|
if found_rating is None:
|
|
|
|
logger.info(f"No {display} Found")
|
|
|
|
logger.info(f"No {display} Found")
|
|
|
|
elif str(current) != str(found_rating):
|
|
|
|
else:
|
|
|
|
|
|
|
|
if f"{current:.1f}" != f"{found_rating:.1f}":
|
|
|
|
item.editField(item_attr, found_rating)
|
|
|
|
item.editField(item_attr, found_rating)
|
|
|
|
return f"\n{display} | {found_rating}"
|
|
|
|
return f"\n{display} | {found_rating}"
|
|
|
|
return ""
|
|
|
|
return ""
|
|
|
|