X-Git-Url: http://gitweb.michael.orlitzky.com/?p=untangle-https-backup.git;a=blobdiff_plain;f=src%2Funtangle%2Funtangle.py;h=39eeeaa6abb3dc200eb1128998fee8bd97d30fe0;hp=f8fd795aa49dbb3533d8f7a45d005a4d80f0b584;hb=d5116761228e2765fd720e67517ec51e2873a61f;hpb=4139a215c947d187f2c30004088cfe58d294c6fb diff --git a/src/untangle/untangle.py b/src/untangle/untangle.py index f8fd795..39eeeaa 100644 --- a/src/untangle/untangle.py +++ b/src/untangle/untangle.py @@ -22,7 +22,7 @@ class Untangle: self.base_url = 'https://' + self.host + '/' # This never changes # Sanity check the numerical version. - if self.version not in [9, 11]: + if self.version not in [9, 11, 12]: msg = 'Invalid version "' + str(self.version) + '" ' msg += 'in section "' + s.name + '"' raise configparser.ParsingError(msg)