Small change to file format.

This commit is contained in:
Alex Huddleston 2018-06-06 15:20:47 +00:00
parent 44ee833a71
commit fe9e430609

View file

@ -28,7 +28,7 @@ def pleromoji(current_path):
if join(current_path, f)[-4:] == ".png":
output_path = os.path.dirname(os.path.realpath(join(current_path, f))).replace(real_path, "") + "/" + f
output_path = "emoji" + output_path
output_path = "/emoji" + output_path
output_shortcode = f.replace(".png", "")