mirror of
https://github.com/FAUSheppy/homelab_gamevault
synced 2025-12-07 15:31:36 +01:00
fixup: remove debug print
This commit is contained in:
@@ -91,7 +91,7 @@ class FTP(DataBackend):
|
|||||||
paths_listed = {}
|
paths_listed = {}
|
||||||
|
|
||||||
def _connect(self):
|
def _connect(self):
|
||||||
print("Called connect")
|
|
||||||
if self.server.startswith("ftp://"):
|
if self.server.startswith("ftp://"):
|
||||||
tls = False
|
tls = False
|
||||||
elif self.server.startswith("ftps://"):
|
elif self.server.startswith("ftps://"):
|
||||||
|
|||||||
Reference in New Issue
Block a user