"""
__author__ = "Oleg Broytman <phd@phdru.name>"
-__copyright__ = "Copyright (C) 2024 PhiloSoft Design"
+__copyright__ = "Copyright (C) 2024, 2025 PhiloSoft Design"
__license__ = "GNU GPL"
__all__ = ['robot_requests']
if url.startswith('ftp://'):
error, welcome, body = _get_ftp(url, self.timeout)
if error is not None:
- return error, None, None, None, None
+ return error, None, None, None
self.welcome = welcome
return None, None, None, body