diff --git a/list.json b/list.json index b9ed133..45bfcc4 100644 --- a/list.json +++ b/list.json @@ -82,7 +82,7 @@ }, { "name": "throwit", - "version": "1.3", + "version": "1.4", "section": "profile", "maintainer": "xtaodada", "size": "6.9 kb", diff --git a/throwit.py b/throwit.py index a5d5fbd..d6e6c63 100644 --- a/throwit.py +++ b/throwit.py @@ -104,7 +104,7 @@ async def throwit(context): if randint_r == 1: background = Image.open("plugins/throwit/2.png") elif randint_r == 2: - background = Image.open("plugins/throwit/2.png") + background = Image.open("plugins/throwit/1.png") foreground = Image.open("plugins/throwit/" + str(target_user.user.id) + ".png") if len(context.parameter) == 2: diu_round = True