Skip to content

Commit

Permalink
Fix issue 44: accept terms and conditions in Joe
Browse files Browse the repository at this point in the history
  • Loading branch information
ant1 committed May 3, 2017
1 parent 5b3d784 commit 84937e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions analyzers/JoeSandbox/joesandbox_analyzer.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ def run(self):
try:
data = {
'apikey': self.apikey,
'tandc': 1,
'auto': 1,
'comments': 'Submitted by Cortex'
}
Expand Down

0 comments on commit 84937e2

Please sign in to comment.