We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07cab10 commit d6ca225Copy full SHA for d6ca225
README.md
@@ -29,7 +29,7 @@ detection = fireeyepy.Detection(key=api_key)
29
```python
30
response = detection.submit_file(
31
files={
32
- "file": ('maliciousfile.txt', open('./maliciousfile.txt', 'rb'))
+ "file": ('filename', open('./path/to/filename', 'r'))
33
}
34
)
35
```
0 commit comments