diff --git a/pyghmi/util/webclient.py b/pyghmi/util/webclient.py index 84592dce..a741b01d 100644 --- a/pyghmi/util/webclient.py +++ b/pyghmi/util/webclient.py @@ -45,7 +45,7 @@ uploadforms = {} class FileUploader(threading.Thread): def __init__(self, webclient, url, filename, data=None, formname=None, - otherfields=None): + otherfields=()): self.wc = webclient self.url = url self.filename = filename