Commit a80f3681 authored by Łukasz Nowak's avatar Łukasz Nowak

Mark non-raising code.

parent ce81da24
......@@ -88,6 +88,9 @@ else:
signature += str(v) + '+'
signature += self.getServicePassword()
kw['wsSignature'] = hashlib.sha1(signature).hexdigest()
# Note: Code shall not raise since now, as communication begin and caller
# will have to log sent/received messages.
data = client.service.getInfo(**kw)
data_kw = dict(data)
for k in data_kw.keys():
......
31
\ No newline at end of file
32
\ No newline at end of file
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