We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89dc2fc commit f713e95Copy full SHA for f713e95
1 file changed
README.md
@@ -27,7 +27,8 @@ pip install -r requirements.txt
27
28
### Contoh isi accounts.txt
29
30
-```otpauth://totp/GitHub:your-username?secret=ANOTHER_SECRET_KEY&issuer=GitHub
+```
31
+otpauth://totp/GitHub:your-username?secret=ANOTHER_SECRET_KEY&issuer=GitHub
32
```
33
34
## Jalankan Aplikasi:
@@ -106,4 +107,4 @@ Argumen --help menampilkan deskripsi singkat tentang program dan semua argumen y
106
107
**Contoh**
108
```bash
109
python pyate.py --help
-```
110
0 commit comments