mirror of
https://github.com/Steffo99/steamleaderboards.git
synced 2024-11-21 23:34:17 +00:00
12 lines
223 B
JSON
12 lines
223 B
JSON
|
{
|
||
|
"version": "0.2.0",
|
||
|
"configurations": [
|
||
|
{
|
||
|
"name": "Fetch Rivals of Aether scoreboards",
|
||
|
"type": "debugpy",
|
||
|
"request": "launch",
|
||
|
"module": "steamleaderboards",
|
||
|
"args": ["-o", "./data", "383980"]
|
||
|
}
|
||
|
]
|
||
|
}
|