brynq-sdk-ftp 2.0.6__tar.gz → 2.0.7__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.0
2
2
  Name: brynq_sdk_ftp
3
- Version: 2.0.6
3
+ Version: 2.0.7
4
4
  Summary: FTP wrapper from BrynQ
5
5
  Home-page: UNKNOWN
6
6
  Author: BrynQ
@@ -17,7 +17,8 @@ class SFTP(BrynQ):
17
17
  :param debug: If you want to see debug messages
18
18
  """
19
19
  super().__init__()
20
- credentials = self.interfaces.credentials.get(interface_id=interface_id, system= "sftp",system_type=system_type)
20
+ config = self.interfaces.credentials.get(interface_id=interface_id, system= "sftp",system_type=system_type)
21
+ credentials =config['data']
21
22
  self.debug = debug
22
23
  if self.debug:
23
24
  print(credentials)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.0
2
2
  Name: brynq-sdk-ftp
3
- Version: 2.0.6
3
+ Version: 2.0.7
4
4
  Summary: FTP wrapper from BrynQ
5
5
  Home-page: UNKNOWN
6
6
  Author: BrynQ
@@ -2,7 +2,7 @@ from setuptools import setup, find_namespace_packages
2
2
 
3
3
  setup(
4
4
  name='brynq_sdk_ftp',
5
- version='2.0.6',
5
+ version='2.0.7',
6
6
  description='FTP wrapper from BrynQ',
7
7
  long_description='FTP wrapper from Brynq',
8
8
  author='BrynQ',
File without changes