Files
Vitaliy Skypnyk 9435104f14 Update README.md
2021-11-19 15:13:12 +02:00

13 lines
312 B
JSON

{
"version": "0.2.0",
"configurations": [
{
"name": "Python: Exporter",
"type": "python",
"request": "launch",
"program": "keentic_influxdb_exporter.py",
"console": "integratedTerminal",
"justMyCode": false
}
]
}