Supprimer 'commands/psx.py'
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
67574de65a
commit
f3ffe38195
@ -1,11 +0,0 @@
|
|||||||
import requests
|
|
||||||
import json
|
|
||||||
|
|
||||||
file = requests.get("https://raw.githubusercontent.com/linuxserver/emulatorjs/master/metadata/psx.json")
|
|
||||||
games = json.loads(file.content)
|
|
||||||
|
|
||||||
for id in games:
|
|
||||||
for key in games[id]:
|
|
||||||
if key in ['vid', 'logo', 'back', 'corner']:
|
|
||||||
print(games[id]['name'])
|
|
||||||
break
|
|
Loading…
Reference in New Issue
Block a user