diff options
-rw-r--r-- | deployerbot.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deployerbot.py b/deployerbot.py index eced411..f579e95 100644 --- a/deployerbot.py +++ b/deployerbot.py @@ -15,7 +15,7 @@ bot's nick. It will respond to the follow commands: * remove webhook for <application> """ class DeployerBot: - def __init__(self, expiry=1800): + def __init__(self): self.__name__ = "DeployerBot" self.__version__ = "0.0.1" self.deploy_pattern = re.compile(r"deploy (?:(?:the )?application )?(\S+)", re.IGNORECASE) |