From fe9e430609ab0c5a7e59c65e8e84c581f465020e Mon Sep 17 00:00:00 2001 From: Alex Huddleston Date: Wed, 6 Jun 2018 15:20:47 +0000 Subject: [PATCH] Small change to file format. --- pleromoji.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", "")