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