moved = moved.encode('utf-8')
self.log(' Moved: %s' % moved)
+ def get_ftp_welcome(self):
+ return '' # Not all robots store FTP welcome message
+
def finish_check_url(self, bookmark):
start = self.start
bookmark.last_tested = str(start)
else:
log(' No logs')
- def get_ftp_welcome(self):
- return '' # We don't store welcome message yet
-
def stop(self):
super(robot_aio, self).stop()
self.loop.close()
if num_handles == 0:
sleep(1)
- def get_ftp_welcome(self):
- return '' # We don't store welcome message yet
-
class CurlWrapper:
def __init__(self, robot, url, req_headers, use_proxy):
d.addErrback(self.cbError, queue, timeoutCall)
sleep(0.1)
-
- def get_ftp_welcome(self):
- return '' # We don't store welcome message yet