We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bcb2e0 commit 3af6407Copy full SHA for 3af6407
README.md
@@ -46,7 +46,7 @@ import pyfofa
46
47
48
handle = pyfofa.Client()
49
-print(clients.check_fofa_config())
+print(handle.check_fofa_config())
50
```
51
52
只需要按照上述方法配置,即可检查配置信息。会在控制台输出你当前的`email`、`key`和`proxy`。
0 commit comments