[scripts/copy-crosscode-emoji-url] change the default fetch URL

This commit is contained in:
Dmytro Meleshko 2020-12-17 23:36:29 +02:00
parent 46b224a111
commit 5a45cf8a3a
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ import common_script_utils # noqa: E402
DEFAULT_REGISTRY_DUMP_URL = (
"https://stronghold.crosscode.ru/~crosscodebot/emote-registry-tmp-export.json"
"https://stronghold.crosscode.ru/~crosscodebot/emote-registry.json"
)