Skip to content

Commit

Permalink
Forgot the "query" method.
Browse files Browse the repository at this point in the history
  • Loading branch information
javiquinte committed Oct 19, 2017
1 parent 72c1408 commit 024bbcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/testService.py
Original file line number Diff line number Diff line change
Expand Up @@ -705,7 +705,7 @@ def usage():
directory = os.path.dirname(__file__)
configP = ConfigParser.RawConfigParser()
configP.read(os.path.join(directory, '..', 'routing.cfg'))
host = configP.get('Service', 'baseURL')
host = configP.get('Service', 'baseURL') + '/query'
except:
pass

Expand Down

0 comments on commit 024bbcb

Please sign in to comment.