mirror of
https://github.com/certbot/certbot.git
synced 2026-07-27 16:30:31 +02:00
Reduce spaminess
This commit is contained in:
@@ -97,7 +97,6 @@ class RenewerConfiguration(object):
|
||||
return getattr(self.namespace, name)
|
||||
|
||||
def __setattr_implementation__(self, var, value):
|
||||
print("in __setattr_implementation__, setting", var, value)
|
||||
return self.namespace.__setattr__(var, value)
|
||||
|
||||
@property
|
||||
|
||||
Reference in New Issue
Block a user