Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

User Agent Analysis Integration #21

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
Fixing config to be left aligned
tmack-etg committed Feb 8, 2019
commit 00ac7c609aa7fe40b2d25ad53b9819b3b4699153
9 changes: 5 additions & 4 deletions fn_useragentanalysis/fn_useragentanalysis/util/config.py
Original file line number Diff line number Diff line change
@@ -9,8 +9,9 @@ def config_section_data():
"""Produce the default configuration section for app.config,
when called by `resilient-circuits config [-c|-u]`
"""
config_data = u"""[fn_useragentanalysis]
url=https://api.whatismybrowser.com/api/v2/user_agent_parse
api_key=KEY
"""
config_data = u"""
[fn_useragentanalysis]
url=https://api.whatismybrowser.com/api/v2/user_agent_parse
api_key=KEY
"""
return config_data