Removed query dictionary from urls

This commit is contained in:
Thomas 2015-11-26 23:21:58 -05:00
parent 6d87edee59
commit 5607c8f38f

View File

@ -2,11 +2,11 @@ import requests
class Markit:
def __init__(self):
self.lookup_url = "http://dev.markitondemand.com/Api/v2/Lookup/json?input="
self.quote_url = "http://dev.markitondemand.com/Api/v2/Quote/json?symbol="
self.lookup_url = "http://dev.markitondemand.com/Api/v2/Lookup/json"
self.quote_url = "http://dev.markitondemand.com/Api/v2/Quote/json"
def company_search(self,string):
pass
def get_quote(self,string):
pass
pass