fixed some bugs

rearranged all to single request only
ready for first release \o/
This commit is contained in:
Giovanni Harting
2015-09-13 16:55:07 +02:00
parent 1623bba1fe
commit ad009bd0d5
3 changed files with 59 additions and 78 deletions

View File

@@ -18,8 +18,8 @@
def ledd_protocol(proto):
"""
Decorator used to add functions to action dict
:param actiondict: dict to add to
:type actiondict: dict
:param proto: dict to add to
:type proto: dict
"""
def wrap(f):