Skip to content

Commit d6ca225

Browse files
authored
Update README.md
1 parent 07cab10 commit d6ca225

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ detection = fireeyepy.Detection(key=api_key)
2929
```python
3030
response = detection.submit_file(
3131
files={
32-
"file": ('maliciousfile.txt', open('./maliciousfile.txt', 'rb'))
32+
"file": ('filename', open('./path/to/filename', 'r'))
3333
}
3434
)
3535
```

0 commit comments

Comments
 (0)