Updated config

Slight correction
This commit is contained in:
kdeng00
2022-10-01 20:33:42 -04:00
parent de0f9c46d2
commit e8042c6c19
2 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -71,8 +71,8 @@ class Config(object):
self.vendors = vendors
class Vendor(object):
def __init__(self, username=None, password=None, source_notebook=None, source_section=None) -> None:
def __init__(self, username=None, password=None, target_notebook=None, target_section=None) -> None:
self.username = username
self.password = password
self.source_notebook = source_notebook
self.source_section = source_section
self.target_notebook = target_notebook
self.target_section = target_section