clean out bad return

This commit is contained in:
Thomas S Hatch 2014-02-05 10:02:05 -07:00
parent 1ba822e17f
commit cd25c03b18

View File

@ -29,8 +29,6 @@ class Proxyconn(object):
'''
r = requests.get(self.url+'id')
return r.text.encode('ascii', 'ignore')
# Return the type of proxy
return 'rest_example'
def grains(self):
'''