We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38d63b2 commit cb66640Copy full SHA for cb66640
windows_tools/updates/__init__.py
@@ -219,7 +219,9 @@ def get_windows_updates_reg(
219
220
221
def get_windows_updates(
222
- filter_duplicates: bool = True, include_all_states: bool = False, allow_errors: bool =False
+ filter_duplicates: bool = True,
223
+ include_all_states: bool = False,
224
+ allow_errors: bool = False,
225
):
226
"""
227
Let's get windows updates from multiple sources
0 commit comments