forked from distok/cutthecord
Drop more dependencies on /home/ave/
This commit is contained in:
parent
1ef4aeca93
commit
c9f6835a3a
4 changed files with 18 additions and 12 deletions
|
@ -2,11 +2,9 @@
|
|||
import os
|
||||
import shutil
|
||||
|
||||
# REPLACE THESE LINES
|
||||
# extracted_discord_path = "/home/ave/workbench/ctc/com.discord-896"
|
||||
# extracted_blobmoji_path = "/home/ave/workbench/blobmoji/png/72"
|
||||
extracted_discord_path = "/tmp/cutthecord/discord"
|
||||
extracted_blobmoji_path = "/home/ave/blobmoji/png/72"
|
||||
# You'll likely want to edit these lines or set DISTOK_EXTRACTED_DISCORD_PATH and DISTOK_EMOJI_BLOBMOJI
|
||||
extracted_discord_path = os.environ.get("DISTOK_EXTRACTED_DISCORD_PATH", "/tmp/cutthecord/discord")
|
||||
extracted_blobmoji_path = os.environ.get("DISTOK_EMOJI_BLOBMOJI", "/root/distokfiles/blobmoji/png/72")
|
||||
|
||||
|
||||
def clean_emoji_name(name):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue