isthereanydeal API implemented & Metascore (Metacritic) ... and more!

This commit is contained in:
nocci 2025-05-07 17:52:39 +02:00
parent e8ea813896
commit 4522d51f47
2 changed files with 757 additions and 143 deletions

4
.vscode/launch.json vendored
View File

@ -3,7 +3,7 @@
"configurations": [ "configurations": [
{ {
"name": "Python: Remote Attach", "name": "Python: Remote Attach",
"type": "python", "type": "debugpy",
"request": "attach", "request": "attach",
"connect": { "connect": {
"host": "192.168.10.31", "host": "192.168.10.31",
@ -12,7 +12,7 @@
"pathMappings": [ "pathMappings": [
{ {
"localRoot": "${workspaceFolder}", "localRoot": "${workspaceFolder}",
"remoteRoot": "." "remoteRoot": "/app"
} }
], ],
"justMyCode": true "justMyCode": true

820
setup.sh

File diff suppressed because it is too large Load Diff