mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[scripts/copy-crosscode-emoji-url] change the default URL
This commit is contained in:
parent
51fd230d51
commit
f7ecdeac7b
1 changed files with 1 additions and 3 deletions
|
@ -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":
|
||||
|
|
Loading…
Reference in a new issue