api: Remove hardcoded API keys from examples.
(imported from commit 64bf22298452a436d0aec796973a77f10d5e0bf9)
This commit is contained in:
parent
afae2a016e
commit
c5a140303c
8 changed files with 12 additions and 12 deletions
|
@ -16,7 +16,7 @@ parser.add_option('--site',
|
|||
action='store')
|
||||
parser.add_option('--api-key',
|
||||
dest='api_key',
|
||||
default='4e5d97591bec64bf57d2698ffbb563e3',
|
||||
default=None,
|
||||
action='store')
|
||||
parser.add_option('--sender',
|
||||
dest='sender',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue