Skip to content

Commit

Permalink
Merge adf1042 into 829f2f7
Browse files Browse the repository at this point in the history
  • Loading branch information
forde-dev committed Oct 29, 2019
2 parents 829f2f7 + adf1042 commit ec5c72a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -5,6 +5,8 @@ matrix:
env: TOXENV=py36
- python: "3.7"
env: TOXENV=py37
- python: "3.8"
env: TOXENV=py38

sudo: false

Expand Down
6 changes: 3 additions & 3 deletions mockcalls.py
Expand Up @@ -9,7 +9,7 @@
-h, --help show this help message and exit
-f FRONTEND, --frontend FRONTEND
The uri for the server e.g. 'http://127.0.0.1:8080',
defaults to 'https://quartx.ie/'
defaults to 'https://stage.quartx.ie/'
-s [1], --slow-mode [1]
Slow down the rate of mocked calls.
Expand Down Expand Up @@ -43,8 +43,8 @@
parser.add_argument(
"-f",
"--frontend",
help="The uri for the server e.g. 'http://127.0.0.1:8000', defaults to 'https://quartx.ie/.'",
default="https://quartx.ie/"
help="The uri for the server e.g. 'http://127.0.0.1:8000', defaults to 'https://stage.quartx.ie/.'",
default="https://stage.quartx.ie/"
)
parser.add_argument(
"-s",
Expand Down

0 comments on commit ec5c72a

Please sign in to comment.