mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-21 17:05:39 +03:00
Fix SAS strings import URL
See https://github.com/vector-im/element-android/issues/8525
This commit is contained in:
parent
87e5900dcd
commit
de688aa93b
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ if args.verbose:
|
|||
print("Argument:")
|
||||
print(args)
|
||||
|
||||
base_url = "https://raw.githubusercontent.com/matrix-org/matrix-doc/master/data-definitions/sas-emoji.json"
|
||||
base_url = "https://raw.githubusercontent.com/matrix-org/matrix-spec/main/data-definitions/sas-emoji.json"
|
||||
|
||||
print("Downloading " + base_url + "…")
|
||||
|
||||
|
|
Loading…
Reference in a new issue