mirror of https://github.com/CIRCL/AIL-framework
fix: [config] add virus total API key sample, fix #253
parent
ebad2af1ae
commit
73622acab3
|
@ -0,0 +1,4 @@
|
|||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
vt_key = 'YOUR_API_KEY' #virus total API key
|
Loading…
Reference in New Issue