gui Aufruf mit einem Assembly holt sich alle nötigen Infos von den DAtenbanken.

This commit is contained in:
2024-02-07 10:41:23 +01:00
parent 4777f5afbf
commit bd4b8d297e
6 changed files with 170 additions and 94 deletions
+11
View File
@@ -60,5 +60,16 @@
"-d"
],
}
{
"name": "Python: Build Real Gui",
"type": "python",
"request": "launch",
"program": "${file}",
"console": "integratedTerminal",
"justMyCode": true,
"args": [
"-s 400102196"
],
}
]
}