added general getsig routine to get the correct signals from anywhere in the code.
This commit is contained in:
parent
4acb7d92db
commit
a995129df5
2 changed files with 9 additions and 0 deletions
|
@ -23,3 +23,5 @@ def user():
|
|||
except AttributeError: raise UserlessThread()
|
||||
|
||||
def apc(): return user().api_client
|
||||
|
||||
def getsig(s): return user().signal(s)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue