mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-12-06 04:42:14 -06:00
Full rebrand
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
import requests, json, sys
|
||||
|
||||
try:
|
||||
url = 'https://api.github.com/repos/yuzu-emu/yuzu/issues/%s' % sys.argv[1]
|
||||
url = 'https://gitlab.com/suyu-emu/suyu/-/issues/%s' % sys.argv[1]
|
||||
response = requests.get(url)
|
||||
if (response.ok):
|
||||
j = json.loads(response.content)
|
||||
|
||||
Reference in New Issue
Block a user