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