Removed query dictionary from urls
This commit is contained in:
parent
6d87edee59
commit
5607c8f38f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user