Skip to content
This repository was archived by the owner on Mar 11, 2022. It is now read-only.

Commit f500a6d

Browse files
authored
Update mu_inventory.py
1 parent 8a8f6b4 commit f500a6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eSim/Basic/mu_inventory.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ async def MU_Inventory(server, ctx=None):
3434
quality = ""
3535
else:
3636
quality = item.xpath("div[2]/img/@src")[1].replace(
37-
"//cdn.e-sim.org//img/productIcons/", "").replace(".png", "")
37+
"//cdn.e-sim.org//img/productIcons/", "").replace("Rewards/", "").replace(".png", "")
3838
products.append(f"{quality.title()} {name}" if quality else f"{name}")
3939
if ctx is None:
4040
from tabulate import tabulate

0 commit comments

Comments
 (0)