mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
clean out bad return
This commit is contained in:
parent
1ba822e17f
commit
cd25c03b18
@ -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):
|
||||
'''
|
||||
|
Loading…
Reference in New Issue
Block a user