From bb67ee17bdfcaa94b3d4a88549b87b048269572a Mon Sep 17 00:00:00 2001 From: Jesse Morgan Date: Sat, 24 Jan 2015 20:36:44 -0800 Subject: Removing vestigal constructor param. --- deployerbot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 """ 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) -- cgit v1.2.3