We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dc3d4c commit 238a7a2Copy full SHA for 238a7a2
1 file changed
README.md
@@ -41,7 +41,7 @@ python app.py
41
1. Lege eine Datei `config.py` im Projektverzeichnis an.
42
2. Trage deinen API-Key ein:
43
```python
44
-VT_API_KEY = "DEIN_API_KEY_HIER"
+VT_API_KEY = "YOUR_API_KEY_HERE"
45
```
46
3. Wenn kein Key vorhanden ist, arbeitet das Tool automatisch offline.
47
0 commit comments