diff --git a/pleromoji.py b/pleromoji.py index 995b61b..9d7636b 100644 --- a/pleromoji.py +++ b/pleromoji.py @@ -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", "")