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

This commit is contained in:
Dmytro Meleshko 2021-01-03 21:22:34 +02:00
parent 51fd230d51
commit f7ecdeac7b
1 changed files with 1 additions and 3 deletions

View File

@ -11,9 +11,7 @@ sys.path.insert(1, os.path.join(os.path.dirname(__file__), "..", "script-resourc
import common_script_utils # noqa: E402
DEFAULT_REGISTRY_DUMP_URL = (
"https://stronghold.crosscode.ru/~crosscodebot/emote-registry.json"
)
DEFAULT_REGISTRY_DUMP_URL = "https://stronghold.crosscode.ru/~ccbot/emote-registry.json"
if os.name == "posix":