Use public domain name (insert facepalm here)
This commit is contained in:
parent
d0ede85592
commit
f776d3e91c
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ import json
|
||||||
import subprocess
|
import subprocess
|
||||||
|
|
||||||
class Installer:
|
class Installer:
|
||||||
MODULES_JSON = "https://git.kumi/-/snippets/131/raw/main/modules.json"
|
MODULES_JSON = "https://kumig.it/-/snippets/131/raw/main/modules.json"
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
self.available_modules = self.fetch_modules()
|
self.available_modules = self.fetch_modules()
|
||||||
|
|
Loading…
Reference in a new issue