Skip to content

Commit 69463d3

Browse files
committed
Fix config.json backend url
1 parent 50050f2 commit 69463d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/tstlib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ def pop(self, key):
206206
def load(self, exit_on_fail=False):
207207
if not os.path.exists(TSTCONFIG):
208208
self.data = {
209-
'url': 'http://tst-online.appspot.com',
209+
'url': 'http://backend.tst-online.appspot.com',
210210
'cookies': {},
211211
'run': {
212212
'py': 'python2.7',

0 commit comments

Comments
 (0)