mirror of https://gitlab.com/bashrc2/epicyon
Replace argument
parent
46d171dd5c
commit
5d56b08d14
|
@ -257,7 +257,7 @@ def _saveCustomEmoji(session, baseDir: str, emojiName: str, url: str,
|
||||||
if debug:
|
if debug:
|
||||||
print('EX: Custom emoji is wrong format ' + url)
|
print('EX: Custom emoji is wrong format ' + url)
|
||||||
return
|
return
|
||||||
emojiName = emojiName.replace(':').strip().lower()
|
emojiName = emojiName.replace(':', '').strip().lower()
|
||||||
customEmojiDir = baseDir + '/emojicustom'
|
customEmojiDir = baseDir + '/emojicustom'
|
||||||
if not os.path.isdir(customEmojiDir):
|
if not os.path.isdir(customEmojiDir):
|
||||||
os.mkdir(customEmojiDir)
|
os.mkdir(customEmojiDir)
|
||||||
|
|
Loading…
Reference in New Issue