blackliste wird geholt und geschrieben

This commit is contained in:
2023-12-11 16:09:55 +01:00
parent 5ee52211e0
commit e34ebd1d53
4 changed files with 35 additions and 4 deletions
+2 -2
View File
@@ -37,14 +37,14 @@
],
}
{
"name": "Python: TOS string to file",
"name": "fetch blacklist from server",
"type": "python",
"request": "launch",
"program": "${file}",
"console": "integratedTerminal",
"justMyCode": true,
"args": [
"--outfile=blubb.txt"
"--blacklist"
],
}