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 248c17c commit 6806a2bCopy full SHA for 6806a2b
intune/server_side_calls/ms_intune.py
@@ -1,7 +1,7 @@
1
#!/usr/bin/env python3
2
# -*- coding: utf-8; py-indent-offset: 4; max-line-length: 100 -*-
3
4
-# Copyright (C) 2024 Christopher Pommer <cp.software@outlook.de>
+# Copyright (C) 2025 Christopher Pommer <cp.software@outlook.de>
5
6
# This program is free software; you can redistribute it and/or
7
# modify it under the terms of the GNU General Public License
@@ -65,7 +65,7 @@ def generate_special_agent_commands(
65
66
if params.proxy:
67
match params.proxy:
68
- case URLProxy(url):
+ case URLProxy(url=url):
69
args += ["--proxy", url]
70
case EnvProxy():
71
args += ["--proxy", "FROM_ENVIRONMENT"]
0 commit comments