1
0
Fork 0
mirror of synced 2024-09-29 08:51:53 +13:00

Used the correct format for the default avatar image

This commit is contained in:
Phxntxm 2016-10-07 15:43:55 -05:00
parent 1e9bca6806
commit f7d3d827ba

View file

@ -38,7 +38,7 @@ async def create_banner(member, image_title, data):
f.write(val)
# Otherwise use the default avatar
else:
avatar_src_path = "{}/default_avatar.jpg".format(base_path)
avatar_src_path = "{}/default_avatar.png".format(base_path)
copyfile(avatar_src_path, avatar_path)
# Parse the data we need to create our image