Add missing @property (tribaal's review)
This commit is contained in:
@@ -55,6 +55,7 @@ class ApacheSSLContext(SSLContext):
|
|||||||
# We make this a property so that we avoid import-time
|
# We make this a property so that we avoid import-time
|
||||||
# dependencies on config()
|
# dependencies on config()
|
||||||
|
|
||||||
|
@property
|
||||||
def external_ports(self):
|
def external_ports(self):
|
||||||
return [config('bind-port')]
|
return [config('bind-port')]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user