diff options
Diffstat (limited to 'ausbutler/goniec.py')
-rw-r--r-- | ausbutler/goniec.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ausbutler/goniec.py b/ausbutler/goniec.py index 1261819..247c5f8 100644 --- a/ausbutler/goniec.py +++ b/ausbutler/goniec.py @@ -7,7 +7,7 @@ class Goniec(object): def __init__(self, config): self.config = config - def send(self, files=[]): + def send(self, files): if self.config['enabled']: content_lines = [Constants.path] + files + ['bye', ''] goniec = socket.socket() |