don't think the escaping is required but it was there

master
Florent Daigniere 2 years ago
parent 3e6f3a95a4
commit 9bc963f19b

@ -64,7 +64,7 @@ def autoconfig_microsoft():
email = xml['Autodiscover']['Request']['EMailAddress']
xml = f'''<?xml version=\"1.0\" encoding=\"utf-8\" ?>
<Autodiscover xmlns=\"http://schemas.microsoft.com/exchange/autodiscover/responseschema/2006\">
<Response xmlns="{schema}">
<Response xmlns=\"{schema}\">
<Account>
<AccountType>email</AccountType>
<Action>settings</Action>

Loading…
Cancel
Save