1
Fork 0
mirror of https://github.com/Steffo99/steamleaderboards.git synced 2024-11-22 15:44:20 +00:00
steamleaderboards/.vscode/launch.json

12 lines
266 B
JSON
Raw Normal View History

2024-05-26 08:10:53 +00:00
{
"version": "0.2.0",
"configurations": [
{
"name": "Fetch Rivals of Aether scoreboards",
"type": "debugpy",
"request": "launch",
"module": "steamleaderboards",
"args": ["-o", "./data", "383980", "--limit", "10", "--request-delay", "1.5"]
2024-05-26 08:10:53 +00:00
}
]
}