Updated config
Slight correction
This commit is contained in:
@@ -71,8 +71,8 @@ class Config(object):
|
|||||||
self.vendors = vendors
|
self.vendors = vendors
|
||||||
|
|
||||||
class Vendor(object):
|
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.username = username
|
||||||
self.password = password
|
self.password = password
|
||||||
self.source_notebook = source_notebook
|
self.target_notebook = target_notebook
|
||||||
self.source_section = source_section
|
self.target_section = target_section
|
||||||
+2
-2
@@ -16,8 +16,8 @@
|
|||||||
"onenote": {
|
"onenote": {
|
||||||
"username": "",
|
"username": "",
|
||||||
"password": "",
|
"password": "",
|
||||||
"source_notebook": "New notebook",
|
"target_notebook": "New notebook",
|
||||||
"source_section": "New Section"
|
"target_section": "New Section"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user