We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7150e47 commit ef05c6fCopy full SHA for ef05c6f
1 file changed
app/contacts/contact_ftp.py
@@ -84,7 +84,7 @@ def setup_ftp_users(self):
84
)
85
86
async def ftp_server(self):
87
- await self.server.run(host=self.host, port=self.port)
+ await self.server.start(host=self.host, port=self.port)
88
89
def check_config(self):
90
if not self.get_config(FTP_HOST_PROPERTY):
0 commit comments