Commit 144e6947 authored by Lucas Carvalho's avatar Lucas Carvalho

Signature can be empty.

parent 9dc064d3
......@@ -114,7 +114,7 @@ class NetworkcacheClient(object):
signature = kw.get('signature', None)
if signature is None:
signature = "SIGNATURE"
signature = ''
data = [kw, signature]
shadir_connection = httplib.HTTPConnection(self.shadir_host)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment