Change default site in API clients
(imported from commit 185cf8e27cb6ecd1cd8ccca834d30ca0de2236b8)
This commit is contained in:
parent
7a19875c37
commit
b88df2cf8e
12 changed files with 15 additions and 15 deletions
|
@ -16,7 +16,7 @@ parser.add_option('--verbose',
|
|||
action='store_true')
|
||||
parser.add_option('--site',
|
||||
dest='site',
|
||||
default="https://app.humbughq.com",
|
||||
default="https://humbughq.com",
|
||||
action='store')
|
||||
(options, args) = parser.parse_args()
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@ Example: feedback-bot --site=http://127.0.0.1:9991
|
|||
parser = optparse.OptionParser(usage=usage)
|
||||
parser.add_option('--site',
|
||||
dest='site',
|
||||
default="https://app.humbughq.com",
|
||||
default="https://humbughq.com",
|
||||
action='store')
|
||||
(options, args) = parser.parse_args()
|
||||
|
||||
|
|
|
@ -48,9 +48,9 @@ parser.add_option('--calendar',
|
|||
metavar='URL')
|
||||
parser.add_option('--site',
|
||||
dest='site',
|
||||
default="https://app.humbughq.com",
|
||||
default="https://humbughq.com",
|
||||
action='store',
|
||||
help='Humbug site [default: https://app.humbughq.com]',
|
||||
help='Humbug site [default: https://humbughq.com]',
|
||||
metavar='URL')
|
||||
parser.add_option('--interval',
|
||||
dest='interval',
|
||||
|
|
|
@ -46,7 +46,7 @@ parser.add_option('--no-auto-subscribe',
|
|||
action='store_false')
|
||||
parser.add_option('--site',
|
||||
dest='site',
|
||||
default="https://app.humbughq.com",
|
||||
default="https://humbughq.com",
|
||||
action='store')
|
||||
parser.add_option('--user',
|
||||
dest='user',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue