mirror of
https://github.com/Steffo99/steamleaderboards.git
synced 2024-11-21 15:24:18 +00:00
parent
b995a2aa09
commit
3f2f77eed1
1 changed files with 12 additions and 0 deletions
12
.vscode/launch.json
vendored
Normal file
12
.vscode/launch.json
vendored
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"name": "Fetch Rivals of Aether scoreboards",
|
||||
"type": "debugpy",
|
||||
"request": "launch",
|
||||
"module": "steamleaderboards",
|
||||
"args": ["-o", "./data", "383980"]
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue