Small change to file format.
This commit is contained in:
parent
44ee833a71
commit
fe9e430609
1 changed files with 1 additions and 1 deletions
|
@ -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", "")
|
||||
|
||||
|
|
Reference in a new issue